diff --git a/tests/test_streaming.py b/tests/test_streaming.py index 6555400..799eaf1 100644 --- a/tests/test_streaming.py +++ b/tests/test_streaming.py @@ -319,8 +319,6 @@ def test_multiline_payload(): def test_stream_user_direct(api, api2, api3, vcr): patch_streaming() - if sys.version_info >= (3, 10): - pytest.skip("Streaming tests flake on 3.10 on CI for some unclear reason") vcr.match_on = ["path"] # Make sure we are in the right state to not receive updates from api2 @@ -390,9 +388,6 @@ def test_stream_user_direct(api, api2, api3, vcr): @pytest.mark.vcr(match_on=['path']) def test_stream_user_local(api, api2, vcr): patch_streaming() - - if sys.version_info >= (3, 10): - pytest.skip("Streaming tests flake on 3.10 on CI for some unclear reason") vcr.match_on = ["path"] # Make sure we are in the right state to not receive updates from api2 @@ -428,8 +423,6 @@ def test_stream_user_local(api, api2, vcr): def test_stream_direct(api, api2, vcr): patch_streaming() - if sys.version_info >= (3, 10): - pytest.skip("Streaming tests flake on 3.10 on CI for some unclear reason") vcr.match_on = ["path"] conversations = [] listener = CallbackStreamListener(