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 4ac7e5f commit ffac8d4Copy full SHA for ffac8d4
.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*"
dev/.rat-excludes
@@ -1,10 +1,10 @@
1
-.github/.*
+.github/*
2
.rat-excludes
3
build
4
.git
5
.gitignore
6
uv.lock
7
-mkdocs/.*
+mkdocs/*
8
.venv/.*
9
.*\.egg-info.*
10
.*\.pytest_cache.*
0 commit comments