Skip to content

Commit 7972be8

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 cbbd2d7 commit 7972be8

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
@@ -177,6 +177,9 @@ test-extras = "test"
177177
[tool.cibuildwheel.macos]
178178
archs = ["arm64", "x86_64"]
179179

180+
[tool.cibuildwheel.linux]
181+
before-all = "yum install -y net-tools"
182+
180183
[[tool.cibuildwheel.overrides]]
181184
select = "*-musllinux*"
182185
before-all = "apk --no-cache add coreutils procps"

0 commit comments

Comments
 (0)