mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-06 04:20:58 +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)
|
- name: Test (C extension)
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
PYTHON_GIL=0 pytest -v test
|
pytest -v test
|
||||||
|
|
||||||
- name: Test (pure Python fallback)
|
- name: Test (pure Python fallback)
|
||||||
shell: bash
|
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
|
uses: pypa/cibuildwheel@v2.23.3
|
||||||
env:
|
env:
|
||||||
CIBW_TEST_REQUIRES: "pytest"
|
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_SKIP: "pp* cp38-macosx_*"
|
||||||
CIBW_ENABLE: cpython-freerelease
|
CIBW_ENABLE: cpython-freerelease
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue