Skip to content

Commit a540862

Browse files
committed
tests: revert the skip since we're excluding Windows 3.14t builds entirely.
1 parent b4e404e commit a540862

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/fast/api/test_connection_interrupt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88

99
class TestConnectionInterrupt(object):
10-
@pytest.mark.skipif(sys.platform == "win32" and sys.version_info[:2] == (3, 14) and __import__('sysconfig').get_config_var("Py_GIL_DISABLED") == 1, reason="known issue on Windows 3.14t (free-threaded)")
1110
@pytest.mark.xfail(
1211
condition=platform.system() == "Emscripten",
1312
reason="threads not allowed on Emscripten",

0 commit comments

Comments
 (0)