mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-01 01:50:54 +00:00
Exclude PYTHON_GIL=0 for now
This commit is contained in:
parent
6ced817616
commit
75cdd03f28
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
- name: Test (C extension)
|
||||
shell: bash
|
||||
run: |
|
||||
PYTHON_GIL=0 pytest -v test
|
||||
pytest -v test
|
||||
|
||||
- name: Test (pure Python fallback)
|
||||
shell: bash
|
||||
|
|
|
|||
2
.github/workflows/wheel.yml
vendored
2
.github/workflows/wheel.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
uses: pypa/cibuildwheel@v2.23.3
|
||||
env:
|
||||
CIBW_TEST_REQUIRES: "pytest"
|
||||
CIBW_TEST_COMMAND: "PYTHON_GIL=0 pytest {package}/test"
|
||||
CIBW_TEST_COMMAND: "pytest {package}/test"
|
||||
CIBW_SKIP: "pp* cp38-macosx_*"
|
||||
CIBW_ENABLE: cpython-freerelease
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue