Skip to content

Commit

Permalink
Run ifconfig tests in Python 3 CI
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
ben9923 committed Nov 18, 2022
1 parent d1dcdc0 commit 5d31710
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ PYTHONWARNINGS = "always"
PYTHONUNBUFFERED = "1"
PSUTIL_DEBUG = "1"

[tool.cibuildwheel.linux]
before-all = "yum install -y net-tools"

[[tool.cibuildwheel.overrides]]
select = "*-musllinux*"
before-all = "apk --no-cache add coreutils procps"

0 comments on commit 5d31710

Please sign in to comment.