0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00
nixpkgs/pkgs/development/python-modules/pygame/skip-mixer-test.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
454 B
Diff
Raw Permalink Normal View History

2024-09-29 17:06:15 +02:00
diff --git a/test/mixer_test.py b/test/mixer_test.py
index 0b11c5a3..2d5b2cd5 100644
--- a/test/mixer_test.py
+++ b/test/mixer_test.py
@@ -809,6 +809,7 @@ class ChannelTypeTest(unittest.TestCase):
with self.assertRaisesRegex(pygame.error, "mixer not initialized"):
channel.unpause()
+ @unittest.skip("call to get_busy() returns true")
def test_queue(self):
"""
Ensure the Channel.queue() works correctly