Skip to content

Commit ffac8d4

Browse files
committed
fix rat check
1 parent 4ac7e5f commit ffac8d4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/pypi-build-artifacts.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ jobs:
7070
CIBW_ARCHS: "auto64"
7171
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"
7272
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
73+
CIBW_TEST_COMMAND: "pytest {project}/tests/avro/test_decoder.py"
7574
# Ignore tests for pypy since not all dependencies are compiled for it
7675
# and would require a local rust build chain
7776
CIBW_TEST_SKIP: "pp*"

dev/.rat-excludes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
.github/.*
1+
.github/*
22
.rat-excludes
33
build
44
.git
55
.gitignore
66
uv.lock
7-
mkdocs/.*
7+
mkdocs/*
88
.venv/.*
99
.*\.egg-info.*
1010
.*\.pytest_cache.*

0 commit comments

Comments
 (0)