Skip to content

Commit 8986683

Browse files
committed
Skip unraisable exception test
Not reliable enough to test Strange issues locally
1 parent 1083185 commit 8986683

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_sdl_audio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ def __call__(self, device: tcod.sdl.audio.AudioDevice, stream: NDArray[Any]) ->
114114

115115
@pytest.mark.skipif(sys.version_info < (3, 8), reason="Needs sys.unraisablehook support")
116116
@pytest.mark.filterwarnings("ignore::pytest.PytestUnraisableExceptionWarning")
117+
@pytest.mark.skip(reason="Unsupported, causes too many issues")
117118
@needs_audio_device
118119
def test_audio_callback_unraisable() -> None:
119120
"""Test unraisable error in audio callback.

0 commit comments

Comments
 (0)