We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ced817 commit 75cdd03Copy full SHA for 75cdd03
.github/workflows/test.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Test (C extension)
42
shell: bash
43
run: |
44
- PYTHON_GIL=0 pytest -v test
+ pytest -v test
45
46
- name: Test (pure Python fallback)
47
.github/workflows/wheel.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: pypa/[email protected]
33
env:
34
CIBW_TEST_REQUIRES: "pytest"
35
- CIBW_TEST_COMMAND: "PYTHON_GIL=0 pytest {package}/test"
+ CIBW_TEST_COMMAND: "pytest {package}/test"
36
CIBW_SKIP: "pp* cp38-macosx_*"
37
CIBW_ENABLE: cpython-freerelease
38
0 commit comments