Skip to content

Commit c41cca8

Browse files
committed
cibuildwheel: adjust pytest parallel execution
cicircle: upgrade the machine size
1 parent e3f6cf7 commit c41cca8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
machine:
1818
image: ubuntu-2204:current
19-
resource_class: arm.medium # two vCPUs
19+
resource_class: arm.large # 4 vCPUs
2020

2121
environment:
2222
CIBW_ARCHS: "aarch64"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build-backend = "setuptools.build_meta"
1818
write_to = "cwltool/_version.py"
1919

2020
[tool.cibuildwheel]
21-
test-command = "python -m pytest -n 2 --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"
21+
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"
2222
test-requires = "-r test-requirements.txt"
2323
test-extras = "deps"
2424
skip = "pp*"

0 commit comments

Comments
 (0)