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.
2 parents 8438acb + 95542c9 commit 9de10a3Copy full SHA for 9de10a3
docs/changelog-fragments/760.packaging.rst
@@ -0,0 +1 @@
1
+658.packaging.rst
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