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 8438acb commit bce6477Copy full SHA for bce6477
pyproject.toml
@@ -143,7 +143,7 @@ profile = "True"
143
[tool.cibuildwheel]
144
build-frontend = "build"
145
# container-engine = "podman" # FIXME?
146
-test-requires = "pytest pytest-cov pytest-xdist pytest-forked"
+test-requires = "pytest pytest-cov pytest-xdist"
147
test-command = "python -Im pytest -m smoke --no-cov {project}/tests"
148
skip = "pp*"
149
0 commit comments