Skip to content

Commit bce6477

Browse files
committed
🧪 Stop installing pytest-forked @ cibuildwheel
It was originally removed from other places in #658. But the `cibuildwheel` was overlooked. This patch corrects that.
1 parent 8438acb commit bce6477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ profile = "True"
143143
[tool.cibuildwheel]
144144
build-frontend = "build"
145145
# container-engine = "podman" # FIXME?
146-
test-requires = "pytest pytest-cov pytest-xdist pytest-forked"
146+
test-requires = "pytest pytest-cov pytest-xdist"
147147
test-command = "python -Im pytest -m smoke --no-cov {project}/tests"
148148
skip = "pp*"
149149

0 commit comments

Comments
 (0)