Skip to content

Commit b5bbf33

Browse files
committed
don't skip test on no-GIL build
1 parent d627d30 commit b5bbf33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_limits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def test_auto_max_array_len():
159159
IS_FREE_THREADED_BUILD = bool(sysconfig.get_config_var("Py_GIL_DISABLED"))
160160

161161

162-
@pytest.mark.skipif(IS_FREE_THREADED_BUILD, reason="Skipped on free-threaded build")
162+
#@pytest.mark.skipif(IS_FREE_THREADED_BUILD, reason="Skipped on free-threaded build")
163163
def test_nest_limit_1024():
164164
import sys
165165

0 commit comments

Comments
 (0)