You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Python 2 CI image has an old net-tools (hence ifconfig) version
with a non-easily-parsable flags format, making tests fail.
- Python 3 musllinux CI image has a busybox-provided ifconfig
with the same format as old net-tools.
- 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]>
0 commit comments