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 35e6ae7 commit d0d111cCopy full SHA for d0d111c
.github/workflows/pypi-build-artifacts.yml
@@ -70,8 +70,7 @@ jobs:
70
CIBW_ARCHS: "auto64"
71
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"
72
CIBW_TEST_REQUIRES: "pytest==7.4.2 moto==5.0.1"
73
- CIBW_TEST_COMMAND: "PYTHON_GIL=1 pytest {project}/tests/avro/test_decoder.py"
74
- CIBW_BUILD_VERBOSITY: 1
+ CIBW_TEST_COMMAND: "pytest {project}/tests/avro/test_decoder.py"
75
# Ignore tests for pypy since not all dependencies are compiled for it
76
# and would require a local rust build chain
77
CIBW_TEST_SKIP: "pp*"
0 commit comments