nm-in-container: install pytest by default

It is useful for running unit tests on NetworkManager-ci.
This commit is contained in:
Thomas Haller
2023-06-28 12:20:11 +02:00
parent d563b4e009
commit c59e7dfdee

View File

@@ -424,6 +424,7 @@ RUN dnf install -y \\
\\ \\
'dbus*' \\ 'dbus*' \\
'openvswitch2*' \\ 'openvswitch2*' \\
/usr/bin/pytest \\
/usr/bin/debuginfo-install \\ /usr/bin/debuginfo-install \\
NetworkManager-openvpn \\ NetworkManager-openvpn \\
NetworkManager-pptp \\ NetworkManager-pptp \\
@@ -442,8 +443,6 @@ RUN dnf install -y \\
ethtool \\ ethtool \\
firewalld \\ firewalld \\
gcc \\ gcc \\
gdb \\
gdb \\
git \\ git \\
hostapd \\ hostapd \\
iproute-tc \\ iproute-tc \\