Skip to content

Commit 56a58e9

Browse files
committed
Run ifconfig tests in Python 3 CI
Python 3 manylinux CI image does not have net-tools (hence ifconfig) pre-installed, so tests using it were skippied altogether. Signed-off-by: Ben Raz <[email protected]>
1 parent 8a4fc9c commit 56a58e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ test-command = [
8787
[tool.cibuildwheel.macos]
8888
archs = ["x86_64", "arm64"]
8989

90+
[tool.cibuildwheel.linux]
91+
before-all = "yum install -y net-tools"
92+
9093
[[tool.cibuildwheel.overrides]]
9194
select = "*-musllinux*"
9295
before-all = "apk --no-cache add coreutils procps"

0 commit comments

Comments
 (0)