Skip to content

Commit 0c35bfe

Browse files
committed
chore: Remove stale CIBW_TEST_SKIP for PyPy
1 parent a02c0bf commit 0c35bfe

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ jobs:
7272
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10,<3.14"
7373
CIBW_BEFORE_TEST: "uv sync --directory {project} --only-group dev --no-install-project"
7474
CIBW_TEST_COMMAND: "uv run --directory {project} pytest 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*"
7875
# Skip free-threaded (PEP 703) builds until we evaluate decoder_fast support
7976
CIBW_SKIP: "cp3*t-*"
8077

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ jobs:
6767
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10,<3.14"
6868
CIBW_BEFORE_TEST: "uv sync --directory {project} --only-group dev --no-install-project"
6969
CIBW_TEST_COMMAND: "uv run --directory {project} pytest tests/avro/test_decoder.py"
70-
# Ignore tests for pypy since not all dependencies are compiled for it
71-
# and would require a local rust build chain
72-
CIBW_TEST_SKIP: "pp*"
7370
# Skip free-threaded (PEP 703) builds until we evaluate decoder_fast support
7471
CIBW_SKIP: "cp3*t-*"
7572

0 commit comments

Comments
 (0)