Package: pygame / 2.6.1-2
Metadata
Package | Version | Patches format |
---|---|---|
pygame | 2.6.1-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0005 Remove font test set bold.patch | (download) |
test/font_test.py |
16 0 + 16 - 0 ! |
remove font test set bold. Can't get the test to run with the system font, but that's most definitely not a pygame issue. |
disable doc comments.patch | (download) |
docs/reST/themes/classic/elements.html |
5 0 + 5 - 0 ! |
disable comment js in documentation This calls back to pygame's server to retrieve comments to display, which wouldn't work offline, and is a privacy breach. |
s390x time test.patch | (download) |
test/event_test.py |
5 5 + 0 - 0 ! |
skip flaky test on s390x Upstream CI builds against s390x and apparently this test works fine there, so this test is only flaky on Debian s390x buildds/porterboxen. Just skip it. |
ignore test machinery issue.diff | (download) |
test/test_utils/run_tests.py |
10 6 + 4 - 0 ! |
suppress failing test with python 3.12 |
skip local doc build.diff | (download) |
test/docs_test.py |
2 1 + 1 - 0 ! |
skip test_docs_included to pass salsa ci see log: https://salsa.debian.org/python-team/packages/pygame/-/jobs/5535012 It always failed in the past. |
ignore failing mixer test.patch | (download) |
test/mixer_test.py |
1 1 + 0 - 0 ! |
suppress failing test with pygame 2.6.0 |