mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-06-18 21:52:06 +00:00
don't skip test on no-GIL build
This commit is contained in:
parent
d627d308ef
commit
b5bbf33c79
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ def test_auto_max_array_len():
|
|||
IS_FREE_THREADED_BUILD = bool(sysconfig.get_config_var("Py_GIL_DISABLED"))
|
||||
|
||||
|
||||
@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")
|
||||
def test_nest_limit_1024():
|
||||
import sys
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue