mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 03:30:09 +01:00
nm-in-container: install pytest by default
It is useful for running unit tests on NetworkManager-ci.
This commit is contained in:
parent
d563b4e009
commit
c59e7dfdee
1 changed files with 1 additions and 2 deletions
|
|
@ -424,6 +424,7 @@ RUN dnf install -y \\
|
|||
\\
|
||||
'dbus*' \\
|
||||
'openvswitch2*' \\
|
||||
/usr/bin/pytest \\
|
||||
/usr/bin/debuginfo-install \\
|
||||
NetworkManager-openvpn \\
|
||||
NetworkManager-pptp \\
|
||||
|
|
@ -442,8 +443,6 @@ RUN dnf install -y \\
|
|||
ethtool \\
|
||||
firewalld \\
|
||||
gcc \\
|
||||
gdb \\
|
||||
gdb \\
|
||||
git \\
|
||||
hostapd \\
|
||||
iproute-tc \\
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue