Skip to content

Commit db50340

Browse files
committed
cibuildwheel 3.x: pypy is now opt-in, no need to skip
1 parent be42e9c commit db50340

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ write_to = "cwltool/_version.py"
2222
test-command = "python -m pytest --ignore cwltool/schemas -n logical --dist worksteal --junitxml={project}/test-results/junit_$(python -V | awk '{print $2}')_${AUDITWHEEL_PLAT}.xml -k 'not (test_bioconda or test_env_filtering or test_udocker)' --pyargs cwltool"
2323
test-requires = "-r test-requirements.txt"
2424
test-extras = "deps"
25-
skip = "pp*"
26-
# ^ skip building wheels on PyPy (any version)
2725
build-verbosity = 1
2826
environment = { CWLTOOL_USE_MYPYC="1", MYPYPATH="$(pwd)/mypy-stubs" }
2927

0 commit comments

Comments
 (0)