We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d627d30 commit b5bbf33Copy full SHA for b5bbf33
1 file changed
test/test_limits.py
@@ -159,7 +159,7 @@ def test_auto_max_array_len():
159
IS_FREE_THREADED_BUILD = bool(sysconfig.get_config_var("Py_GIL_DISABLED"))
160
161
162
-@pytest.mark.skipif(IS_FREE_THREADED_BUILD, reason="Skipped on free-threaded build")
+#@pytest.mark.skipif(IS_FREE_THREADED_BUILD, reason="Skipped on free-threaded build")
163
def test_nest_limit_1024():
164
import sys
165
0 commit comments