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 be42e9c commit db50340Copy full SHA for db50340
pyproject.toml
@@ -22,8 +22,6 @@ write_to = "cwltool/_version.py"
22
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"
23
test-requires = "-r test-requirements.txt"
24
test-extras = "deps"
25
-skip = "pp*"
26
-# ^ skip building wheels on PyPy (any version)
27
build-verbosity = 1
28
environment = { CWLTOOL_USE_MYPYC="1", MYPYPATH="$(pwd)/mypy-stubs" }
29
0 commit comments