]> xenbits.xensource.com Git - people/aperard/libvirt.git/commitdiff
ci: Refresh generated files
authorAndrea Bolognani <abologna@redhat.com>
Tue, 28 Nov 2023 18:23:52 +0000 (19:23 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 1 Dec 2023 12:50:16 +0000 (13:50 +0100)
This adds pytest everywhere.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
88 files changed:
ci/buildenv/almalinux-8.sh
ci/buildenv/alpine-317.sh
ci/buildenv/alpine-edge.sh
ci/buildenv/centos-stream-8.sh
ci/buildenv/centos-stream-9.sh
ci/buildenv/debian-11-cross-aarch64.sh
ci/buildenv/debian-11-cross-armv6l.sh
ci/buildenv/debian-11-cross-armv7l.sh
ci/buildenv/debian-11-cross-i686.sh
ci/buildenv/debian-11-cross-mips64el.sh
ci/buildenv/debian-11-cross-mipsel.sh
ci/buildenv/debian-11-cross-ppc64le.sh
ci/buildenv/debian-11-cross-s390x.sh
ci/buildenv/debian-11.sh
ci/buildenv/debian-12-cross-aarch64.sh
ci/buildenv/debian-12-cross-armv6l.sh
ci/buildenv/debian-12-cross-armv7l.sh
ci/buildenv/debian-12-cross-i686.sh
ci/buildenv/debian-12-cross-mips64el.sh
ci/buildenv/debian-12-cross-mipsel.sh
ci/buildenv/debian-12-cross-ppc64le.sh
ci/buildenv/debian-12-cross-s390x.sh
ci/buildenv/debian-12.sh
ci/buildenv/debian-sid-cross-aarch64.sh
ci/buildenv/debian-sid-cross-armv6l.sh
ci/buildenv/debian-sid-cross-armv7l.sh
ci/buildenv/debian-sid-cross-i686.sh
ci/buildenv/debian-sid-cross-mips64el.sh
ci/buildenv/debian-sid-cross-ppc64le.sh
ci/buildenv/debian-sid-cross-s390x.sh
ci/buildenv/debian-sid.sh
ci/buildenv/fedora-37.sh
ci/buildenv/fedora-38-cross-mingw32.sh
ci/buildenv/fedora-38-cross-mingw64.sh
ci/buildenv/fedora-38.sh
ci/buildenv/fedora-rawhide-cross-mingw32.sh
ci/buildenv/fedora-rawhide-cross-mingw64.sh
ci/buildenv/fedora-rawhide.sh
ci/buildenv/opensuse-leap-15.sh
ci/buildenv/opensuse-tumbleweed.sh
ci/buildenv/ubuntu-2004.sh
ci/buildenv/ubuntu-2204.sh
ci/cirrus/freebsd-12.vars
ci/cirrus/freebsd-13.vars
ci/cirrus/macos-13.vars
ci/cirrus/macos-14.vars
ci/containers/almalinux-8.Dockerfile
ci/containers/alpine-317.Dockerfile
ci/containers/alpine-edge.Dockerfile
ci/containers/centos-stream-8.Dockerfile
ci/containers/centos-stream-9.Dockerfile
ci/containers/debian-11-cross-aarch64.Dockerfile
ci/containers/debian-11-cross-armv6l.Dockerfile
ci/containers/debian-11-cross-armv7l.Dockerfile
ci/containers/debian-11-cross-i686.Dockerfile
ci/containers/debian-11-cross-mips64el.Dockerfile
ci/containers/debian-11-cross-mipsel.Dockerfile
ci/containers/debian-11-cross-ppc64le.Dockerfile
ci/containers/debian-11-cross-s390x.Dockerfile
ci/containers/debian-11.Dockerfile
ci/containers/debian-12-cross-aarch64.Dockerfile
ci/containers/debian-12-cross-armv6l.Dockerfile
ci/containers/debian-12-cross-armv7l.Dockerfile
ci/containers/debian-12-cross-i686.Dockerfile
ci/containers/debian-12-cross-mips64el.Dockerfile
ci/containers/debian-12-cross-mipsel.Dockerfile
ci/containers/debian-12-cross-ppc64le.Dockerfile
ci/containers/debian-12-cross-s390x.Dockerfile
ci/containers/debian-12.Dockerfile
ci/containers/debian-sid-cross-aarch64.Dockerfile
ci/containers/debian-sid-cross-armv6l.Dockerfile
ci/containers/debian-sid-cross-armv7l.Dockerfile
ci/containers/debian-sid-cross-i686.Dockerfile
ci/containers/debian-sid-cross-mips64el.Dockerfile
ci/containers/debian-sid-cross-ppc64le.Dockerfile
ci/containers/debian-sid-cross-s390x.Dockerfile
ci/containers/debian-sid.Dockerfile
ci/containers/fedora-37.Dockerfile
ci/containers/fedora-38-cross-mingw32.Dockerfile
ci/containers/fedora-38-cross-mingw64.Dockerfile
ci/containers/fedora-38.Dockerfile
ci/containers/fedora-rawhide-cross-mingw32.Dockerfile
ci/containers/fedora-rawhide-cross-mingw64.Dockerfile
ci/containers/fedora-rawhide.Dockerfile
ci/containers/opensuse-leap-15.Dockerfile
ci/containers/opensuse-tumbleweed.Dockerfile
ci/containers/ubuntu-2004.Dockerfile
ci/containers/ubuntu-2204.Dockerfile

index f127c0dc5a3735648e3179f489cc6c6219c8a78c..0f0e66ef9a8796df44fa780776908f490aa21134 100644 (file)
@@ -73,6 +73,7 @@ function install_buildenv() {
         python3 \
         python3-docutils \
         python3-flake8 \
+        python3-pytest \
         qemu-img \
         readline-devel \
         rpm-build \
index 975914a7c2af32d7f0db3857b580a6549143dcd7..d11c24705188b6772a2c35476bef4fb37ec8cc6d 100644 (file)
@@ -57,6 +57,7 @@ function install_buildenv() {
         polkit \
         py3-docutils \
         py3-flake8 \
+        py3-pytest \
         python3 \
         qemu-img \
         readline-dev \
index 975914a7c2af32d7f0db3857b580a6549143dcd7..d11c24705188b6772a2c35476bef4fb37ec8cc6d 100644 (file)
@@ -57,6 +57,7 @@ function install_buildenv() {
         polkit \
         py3-docutils \
         py3-flake8 \
+        py3-pytest \
         python3 \
         qemu-img \
         readline-dev \
index 0ccc86156acf161b393aa371d45013047bec04f1..58adc956333615e0f55b00d30e68e8b7b857174a 100644 (file)
@@ -74,6 +74,7 @@ function install_buildenv() {
         python3 \
         python3-docutils \
         python3-flake8 \
+        python3-pytest \
         qemu-img \
         readline-devel \
         rpm-build \
index 475ee48e7698ccd961ded423ed323de45b41d24f..28960fff46570e0c52e3f45e7e710d5880e82f72 100644 (file)
@@ -70,6 +70,7 @@ function install_buildenv() {
         python3 \
         python3-docutils \
         python3-flake8 \
+        python3-pytest \
         qemu-img \
         readline-devel \
         rpm-build \
index fdf9344d6cb90288ff0f4f08989654f7b3a1b6d0..ba0062577fef77c0c5d492a3f5fd06151c7f8630 100644 (file)
@@ -40,6 +40,7 @@ function install_buildenv() {
             policykit-1 \
             python3 \
             python3-docutils \
+            python3-pytest \
             qemu-utils \
             scrub \
             sed \
index a9e732898133bb0a917e3bc591feb8a006557dd9..272cb71c8a45b59482c29074fdf5774729078e82 100644 (file)
@@ -40,6 +40,7 @@ function install_buildenv() {
             policykit-1 \
             python3 \
             python3-docutils \
+            python3-pytest \
             qemu-utils \
             scrub \
             sed \
index 0f0f6ade82e6e321af1876da43f37f2031439f46..4cbb2bddf15c27ea78030f7b8ee4dbc824d7767f 100644 (file)
@@ -40,6 +40,7 @@ function install_buildenv() {
             policykit-1 \
             python3 \
             python3-docutils \
+            python3-pytest \
             qemu-utils \
             scrub \
             sed \
index 687c1491a86f89353921b6d70384279234a6e72a..9cb76c85c8b67d6cabed3a6a6e930079dda53f8f 100644 (file)
@@ -40,6 +40,7 @@ function install_buildenv() {
             policykit-1 \
             python3 \
             python3-docutils \
+            python3-pytest \
             qemu-utils \
             scrub \
             sed \
index ab6626986266896fa8a8e3f44060b170e5d21885..3960d6f949668ee6854cea63b3af7356d74352cd 100644 (file)
@@ -40,6 +40,7 @@ function install_buildenv() {
             policykit-1 \
             python3 \
             python3-docutils \
+            python3-pytest \
             qemu-utils \
             scrub \
             sed \
index d7ac79cb9cbc9fc2938d1b357798bd9f24ae8c86..787da139979a75a4fed6f58307ee84a08fe34817 100644 (file)
@@ -40,6 +40,7 @@ function install_buildenv() {
             policykit-1 \
             python3 \
             python3-docutils \
+            python3-pytest \
             qemu-utils \
             scrub \
             sed \
index 65c452db0b324f7f5abfdd6d4c254fe342bece15..60fd2e116cbceacc91660ea5f7b9cd75cde37f62 100644 (file)
@@ -40,6 +40,7 @@ function install_buildenv() {
             policykit-1 \
             python3 \
             python3-docutils \
+            python3-pytest \
             qemu-utils \
             scrub \
             sed \
index 4b7be31880ae185d4445e831e381ba62b858fb07..b7035710164667f2d249d7813f6275de389f755e 100644 (file)
@@ -40,6 +40,7 @@ function install_buildenv() {
             policykit-1 \
             python3 \
             python3-docutils \
+            python3-pytest \
             qemu-utils \
             scrub \
             sed \
index 4cf08c45a7cb06638a833f0f4360ef6f66462898..353bc76567283fea38f4e4f88d4f3edc7154199f 100644 (file)
@@ -75,6 +75,7 @@ function install_buildenv() {
             policykit-1 \
             python3 \
             python3-docutils \
+            python3-pytest \
             qemu-utils \
             scrub \
             sed \
index 859c63dbc5db040c9c53170e24709bbc268a7946..16857a60c815b474af6d7cf7835517d31d025966 100644 (file)
@@ -41,6 +41,7 @@ function install_buildenv() {
             policykit-1 \
             python3 \
             python3-docutils \
+            python3-pytest \
             qemu-utils \
             scrub \
             sed \
index 97cf5d7b77b3cc5ee265acdf45e6343d9623d2d9..8d758a195b1c8825ea04b60f2ee9e9184bd97192 100644 (file)
@@ -41,6 +41,7 @@ function install_buildenv() {
             policykit-1 \
             python3 \
             python3-docutils \
+            python3-pytest \
             qemu-utils \
             scrub \
             sed \
index 785020b0950c80ce46299537c2ed500ba1363e68..08e1b08d4d1a6ea0c9eeb1593f8bffb3fef60546 100644 (file)
@@ -41,6 +41,7 @@ function install_buildenv() {
             policykit-1 \
             python3 \
             python3-docutils \
+            python3-pytest \
             qemu-utils \
             scrub \
             sed \
index ddcbbcaa92f2bec1f91d56d092cc62adc6ab384c..37142cb0c36b1577649ae96ab9c991622944d3e2 100644 (file)
@@ -41,6 +41,7 @@ function install_buildenv() {
             policykit-1 \
             python3 \
             python3-docutils \
+            python3-pytest \
             qemu-utils \
             scrub \
             sed \
index 2260e2f953da31594c57bbbab4ebbe060b10735e..aab7c72a4f1b08071658a4f4da9e9e2cb9476ef4 100644 (file)
@@ -41,6 +41,7 @@ function install_buildenv() {
             policykit-1 \
             python3 \
             python3-docutils \
+            python3-pytest \
             qemu-utils \
             scrub \
             sed \
index f34ec9c04d1a60a390c22ad17e36f3800ba28ebe..c188d46f41d306d306007810fb5761ed88be8678 100644 (file)
@@ -41,6 +41,7 @@ function install_buildenv() {
             policykit-1 \
             python3 \
             python3-docutils \
+            python3-pytest \
             qemu-utils \
             scrub \
             sed \
index 68e5144614a73e73d52f9ebf113db7b59c58bd08..75b82147f9ca11426f5fdf7eb74a984fee1edcea 100644 (file)
@@ -41,6 +41,7 @@ function install_buildenv() {
             policykit-1 \
             python3 \
             python3-docutils \
+            python3-pytest \
             qemu-utils \
             scrub \
             sed \
index 093dafedcb9f12eff067f94326858bd12302b714..e537333efbdb2acf9818a2cf1ebd2897e284b31d 100644 (file)
@@ -41,6 +41,7 @@ function install_buildenv() {
             policykit-1 \
             python3 \
             python3-docutils \
+            python3-pytest \
             qemu-utils \
             scrub \
             sed \
index 781e61492f9a2d17e7968f7a51ef90b440a0e79d..5b259a243af5ae1f8ee9d4d259d57d9708e11151 100644 (file)
@@ -75,6 +75,7 @@ function install_buildenv() {
             policykit-1 \
             python3 \
             python3-docutils \
+            python3-pytest \
             qemu-utils \
             scrub \
             sed \
index 859c63dbc5db040c9c53170e24709bbc268a7946..16857a60c815b474af6d7cf7835517d31d025966 100644 (file)
@@ -41,6 +41,7 @@ function install_buildenv() {
             policykit-1 \
             python3 \
             python3-docutils \
+            python3-pytest \
             qemu-utils \
             scrub \
             sed \
index 7cf2ddfe1506c4bf4f5c6b413dcd02efb65d6eb4..69a5612d011134e744230205ccecc2af44993cb5 100644 (file)
@@ -41,6 +41,7 @@ function install_buildenv() {
             policykit-1 \
             python3 \
             python3-docutils \
+            python3-pytest \
             qemu-utils \
             scrub \
             sed \
index 09c592401934e16c18c5f90f7065fba522c21581..2f59aa420323c48a330ad02b38a0e3bd4d97fe12 100644 (file)
@@ -41,6 +41,7 @@ function install_buildenv() {
             policykit-1 \
             python3 \
             python3-docutils \
+            python3-pytest \
             qemu-utils \
             scrub \
             sed \
index 3f5a12c398a9cd2f594c4a6b5b0c5577b471033d..f096fa88c6e94780814fb282c3f2a927286fe07e 100644 (file)
@@ -41,6 +41,7 @@ function install_buildenv() {
             policykit-1 \
             python3 \
             python3-docutils \
+            python3-pytest \
             qemu-utils \
             scrub \
             sed \
index 2260e2f953da31594c57bbbab4ebbe060b10735e..aab7c72a4f1b08071658a4f4da9e9e2cb9476ef4 100644 (file)
@@ -41,6 +41,7 @@ function install_buildenv() {
             policykit-1 \
             python3 \
             python3-docutils \
+            python3-pytest \
             qemu-utils \
             scrub \
             sed \
index 68e5144614a73e73d52f9ebf113db7b59c58bd08..75b82147f9ca11426f5fdf7eb74a984fee1edcea 100644 (file)
@@ -41,6 +41,7 @@ function install_buildenv() {
             policykit-1 \
             python3 \
             python3-docutils \
+            python3-pytest \
             qemu-utils \
             scrub \
             sed \
index 093dafedcb9f12eff067f94326858bd12302b714..e537333efbdb2acf9818a2cf1ebd2897e284b31d 100644 (file)
@@ -41,6 +41,7 @@ function install_buildenv() {
             policykit-1 \
             python3 \
             python3-docutils \
+            python3-pytest \
             qemu-utils \
             scrub \
             sed \
index 781e61492f9a2d17e7968f7a51ef90b440a0e79d..5b259a243af5ae1f8ee9d4d259d57d9708e11151 100644 (file)
@@ -75,6 +75,7 @@ function install_buildenv() {
             policykit-1 \
             python3 \
             python3-docutils \
+            python3-pytest \
             qemu-utils \
             scrub \
             sed \
index 89a32cd7d136bdb30de442d17c7809e14eac7937..10c5e1651f8f28fc476cb8074a886de42b9a4db6 100644 (file)
@@ -70,6 +70,7 @@ function install_buildenv() {
         python3 \
         python3-docutils \
         python3-flake8 \
+        python3-pytest \
         qemu-img \
         readline-devel \
         rpm-build \
index 05f1046239fffd70497f0eae8d2ce334cfa96615..3b1479d945ded5b96afb1a4656e12dc2ac224cde 100644 (file)
@@ -41,6 +41,7 @@ function install_buildenv() {
         python3 \
         python3-docutils \
         python3-flake8 \
+        python3-pytest \
         qemu-img \
         rpm-build \
         scrub \
index b41439b2b32049f9e4475703cc16505ac826b3e8..5ab11f7af1df5dc9f136c5662d5272b1ac6314e3 100644 (file)
@@ -41,6 +41,7 @@ function install_buildenv() {
         python3 \
         python3-docutils \
         python3-flake8 \
+        python3-pytest \
         qemu-img \
         rpm-build \
         scrub \
index 89a32cd7d136bdb30de442d17c7809e14eac7937..10c5e1651f8f28fc476cb8074a886de42b9a4db6 100644 (file)
@@ -70,6 +70,7 @@ function install_buildenv() {
         python3 \
         python3-docutils \
         python3-flake8 \
+        python3-pytest \
         qemu-img \
         readline-devel \
         rpm-build \
index 72ef56aa6711e46937665345c4a3706e0149eb89..2dba1c835b9a629d6661ee380926813b261f435e 100644 (file)
@@ -42,6 +42,7 @@ function install_buildenv() {
         python3 \
         python3-docutils \
         python3-flake8 \
+        python3-pytest \
         qemu-img \
         rpm-build \
         scrub \
index 77f2c3a2b4007c4ad8f303d131be6e8ee89b54de..9ccd1c9914688f73bbc3f8f5e092e0ebe9701ba6 100644 (file)
@@ -42,6 +42,7 @@ function install_buildenv() {
         python3 \
         python3-docutils \
         python3-flake8 \
+        python3-pytest \
         qemu-img \
         rpm-build \
         scrub \
index 56d8199f7048e97038db452dc58489f04a3a0f98..198fb85659e155716216f50ef83048a26ca00955 100644 (file)
@@ -71,6 +71,7 @@ function install_buildenv() {
         python3 \
         python3-docutils \
         python3-flake8 \
+        python3-pytest \
         qemu-img \
         readline-devel \
         rpm-build \
index fd42033ac38a1b6249550143099c5f93d770d605..50fa7336126a5c68743443e43bf58ac9167b10af 100644 (file)
@@ -72,6 +72,7 @@ function install_buildenv() {
            python3-base \
            python3-docutils \
            python3-flake8 \
+           python3-pytest \
            qemu-tools \
            readline-devel \
            rpm-build \
index 0c57fc43f1ca090d92650fc9c77abc6602a92f82..56854136d3da871ef4da0316181b69885770d09b 100644 (file)
@@ -71,6 +71,7 @@ function install_buildenv() {
            polkit \
            python3-base \
            python3-docutils \
+           python3-pytest \
            python39-flake8 \
            qemu-tools \
            readline-devel \
index c034e79cefeb18f340f024f25153c03bb45c184f..3572918758434c4d7409ceff80d11ada9a37cdb9 100644 (file)
@@ -76,6 +76,7 @@ function install_buildenv() {
             python3 \
             python3-docutils \
             python3-pip \
+            python3-pytest \
             python3-setuptools \
             python3-wheel \
             qemu-utils \
index 9f0fb1a545d6faa5792112d11c2fe99c83911597..153dd942091359af938f8b4a768adb32b05bfa5b 100644 (file)
@@ -76,6 +76,7 @@ function install_buildenv() {
             policykit-1 \
             python3 \
             python3-docutils \
+            python3-pytest \
             qemu-utils \
             scrub \
             sed \
index b3b3d7a18721dbb4e8b787fdb7819950e4119a5f..ec8b2e0faf0848512903f39c23e31050594d08ae 100644 (file)
@@ -11,6 +11,6 @@ MAKE='/usr/local/bin/gmake'
 NINJA='/usr/local/bin/ninja'
 PACKAGING_COMMAND='pkg'
 PIP3='/usr/local/bin/pip-3.8'
-PKGS='augeas bash-completion ca_root_nss ccache codespell cppi curl cyrus-sasl diffutils diskscrub fusefs-libs gettext git glib gmake gnugrep gnutls gsed libpcap libpciaccess libssh libssh2 libxml2 libxslt meson ninja perl5 pkgconf polkit py39-docutils py39-flake8 python3 qemu readline yajl'
+PKGS='augeas bash-completion ca_root_nss ccache codespell cppi curl cyrus-sasl diffutils diskscrub fusefs-libs gettext git glib gmake gnugrep gnutls gsed libpcap libpciaccess libssh libssh2 libxml2 libxslt meson ninja perl5 pkgconf polkit py39-docutils py39-flake8 py39-pytest python3 qemu readline yajl'
 PYPI_PKGS=''
 PYTHON='/usr/local/bin/python3'
index b3b3d7a18721dbb4e8b787fdb7819950e4119a5f..ec8b2e0faf0848512903f39c23e31050594d08ae 100644 (file)
@@ -11,6 +11,6 @@ MAKE='/usr/local/bin/gmake'
 NINJA='/usr/local/bin/ninja'
 PACKAGING_COMMAND='pkg'
 PIP3='/usr/local/bin/pip-3.8'
-PKGS='augeas bash-completion ca_root_nss ccache codespell cppi curl cyrus-sasl diffutils diskscrub fusefs-libs gettext git glib gmake gnugrep gnutls gsed libpcap libpciaccess libssh libssh2 libxml2 libxslt meson ninja perl5 pkgconf polkit py39-docutils py39-flake8 python3 qemu readline yajl'
+PKGS='augeas bash-completion ca_root_nss ccache codespell cppi curl cyrus-sasl diffutils diskscrub fusefs-libs gettext git glib gmake gnugrep gnutls gsed libpcap libpciaccess libssh libssh2 libxml2 libxslt meson ninja perl5 pkgconf polkit py39-docutils py39-flake8 py39-pytest python3 qemu readline yajl'
 PYPI_PKGS=''
 PYTHON='/usr/local/bin/python3'
index 33fc86e1f59480281f231628873b361d933dffe7..b059205480f824334f29f665aca785ffba7f8cc9 100644 (file)
@@ -12,5 +12,5 @@ NINJA='/opt/homebrew/bin/ninja'
 PACKAGING_COMMAND='brew'
 PIP3='/opt/homebrew/bin/pip3'
 PKGS='augeas bash-completion ccache codespell cppi curl diffutils docutils flake8 gettext git glib gnu-sed gnutls grep libiscsi libpcap libssh libssh2 libxml2 libxslt make meson ninja perl pkg-config python3 qemu readline scrub yajl'
-PYPI_PKGS=''
+PYPI_PKGS='pytest'
 PYTHON='/opt/homebrew/bin/python3'
index 33fc86e1f59480281f231628873b361d933dffe7..b059205480f824334f29f665aca785ffba7f8cc9 100644 (file)
@@ -12,5 +12,5 @@ NINJA='/opt/homebrew/bin/ninja'
 PACKAGING_COMMAND='brew'
 PIP3='/opt/homebrew/bin/pip3'
 PKGS='augeas bash-completion ccache codespell cppi curl diffutils docutils flake8 gettext git glib gnu-sed gnutls grep libiscsi libpcap libssh libssh2 libxml2 libxslt make meson ninja perl pkg-config python3 qemu readline scrub yajl'
-PYPI_PKGS=''
+PYPI_PKGS='pytest'
 PYTHON='/opt/homebrew/bin/python3'
index 3114dc2a7a7854b51a3bbe1c2790bf793cba8044..453fa28c7bb0e1fe082e87326b9af7a1ff965df0 100644 (file)
@@ -74,6 +74,7 @@ RUN dnf update -y && \
         python3 \
         python3-docutils \
         python3-flake8 \
+        python3-pytest \
         qemu-img \
         readline-devel \
         rpm-build \
index ff24996366cf761825fd2a6b4af9b56525ad03a4..52a2caf5a0841465b15ddf9851ea43f35918eb6f 100644 (file)
@@ -58,6 +58,7 @@ RUN apk update && \
         polkit \
         py3-docutils \
         py3-flake8 \
+        py3-pytest \
         python3 \
         qemu-img \
         readline-dev \
index d06563de151c62425ee6b502c0c01d28501f2350..aa78d003725adeb96e5b948ff5722b29a807f85d 100644 (file)
@@ -58,6 +58,7 @@ RUN apk update && \
         polkit \
         py3-docutils \
         py3-flake8 \
+        py3-pytest \
         python3 \
         qemu-img \
         readline-dev \
index 285e7275ba9467eb26ab6bf6c2b1bbbc89b25bf6..1ca3bde68c98b343e11d2471691b92eac37cbc2d 100644 (file)
@@ -75,6 +75,7 @@ RUN dnf distro-sync -y && \
         python3 \
         python3-docutils \
         python3-flake8 \
+        python3-pytest \
         qemu-img \
         readline-devel \
         rpm-build \
index fb6e41fd277f746d937e607aea7aa96dfba37c3f..6bc61fe8169df55fd60e0a1c19ec0647a2573a6b 100644 (file)
@@ -71,6 +71,7 @@ RUN dnf distro-sync -y && \
         python3 \
         python3-docutils \
         python3-flake8 \
+        python3-pytest \
         qemu-img \
         readline-devel \
         rpm-build \
index 43425c59e3d2ea698bd419991d5e00d31fd56d69..4652009d5d8819981cfd1dd8b2370f7224cd778b 100644 (file)
@@ -42,6 +42,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       policykit-1 \
                       python3 \
                       python3-docutils \
+                      python3-pytest \
                       qemu-utils \
                       scrub \
                       sed \
index 0f63edd5cbeb2961461ea0f30885a93301b866b7..406c6eba4995bc724a67464fc4ea6e7d822e9b77 100644 (file)
@@ -42,6 +42,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       policykit-1 \
                       python3 \
                       python3-docutils \
+                      python3-pytest \
                       qemu-utils \
                       scrub \
                       sed \
index 8b2be0fcc7a91b4c2de5985b8aac738b1e5e1b88..4d53743de08af9d8b8c294e3a8bee6c1a4de1be4 100644 (file)
@@ -42,6 +42,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       policykit-1 \
                       python3 \
                       python3-docutils \
+                      python3-pytest \
                       qemu-utils \
                       scrub \
                       sed \
index 064f32a49bdd62957fbef76ae6b56b91be8b5bfc..52130cd52abc6b1f632c955b1ae48e6ac3152f09 100644 (file)
@@ -42,6 +42,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       policykit-1 \
                       python3 \
                       python3-docutils \
+                      python3-pytest \
                       qemu-utils \
                       scrub \
                       sed \
index 76408d73bcf8b610bff73228c5370cbe6c016d36..8becb6eca953d7ea51135b35c562041308e57970 100644 (file)
@@ -42,6 +42,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       policykit-1 \
                       python3 \
                       python3-docutils \
+                      python3-pytest \
                       qemu-utils \
                       scrub \
                       sed \
index 2421938da9daeba2bf91a4811df16462828c04fa..c41398f6e595c5b85aa2612ddb02523d1bfd23ef 100644 (file)
@@ -42,6 +42,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       policykit-1 \
                       python3 \
                       python3-docutils \
+                      python3-pytest \
                       qemu-utils \
                       scrub \
                       sed \
index 7f219e1e4f9f1cfb5573ea5ac282fa9208d0fcbc..ae17452b86a986f8140aa67cd0ec447d118b555e 100644 (file)
@@ -42,6 +42,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       policykit-1 \
                       python3 \
                       python3-docutils \
+                      python3-pytest \
                       qemu-utils \
                       scrub \
                       sed \
index 22149e66b9a60924d8e147bc2feba5dfebaa9505..b3242bfeccad663132ed8ef239f2bbda1ddc9b41 100644 (file)
@@ -42,6 +42,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       policykit-1 \
                       python3 \
                       python3-docutils \
+                      python3-pytest \
                       qemu-utils \
                       scrub \
                       sed \
index 5981f3841f47db42465cd41dc45fda66d1f74bb1..313e9f8e32d8bb555f420f1f128999e740f38b94 100644 (file)
@@ -77,6 +77,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       policykit-1 \
                       python3 \
                       python3-docutils \
+                      python3-pytest \
                       qemu-utils \
                       scrub \
                       sed \
index bbd5f3e3294252cadd982b5138afbf8e2e80779a..b1df77f68653128114c93e32273adef5cecd81ac 100644 (file)
@@ -43,6 +43,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       policykit-1 \
                       python3 \
                       python3-docutils \
+                      python3-pytest \
                       qemu-utils \
                       scrub \
                       sed \
index 98ada6e45a8f8c8ce2bf9e5a71bb6bbce27e0b34..39326f84639028f33d3ccff69f7f1d95e4a19dce 100644 (file)
@@ -43,6 +43,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       policykit-1 \
                       python3 \
                       python3-docutils \
+                      python3-pytest \
                       qemu-utils \
                       scrub \
                       sed \
index fdd853e84ac6f2a66d3162de610642e6685b70b7..2f5cba03dfa478bf6ebba624cab9041c141232b8 100644 (file)
@@ -43,6 +43,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       policykit-1 \
                       python3 \
                       python3-docutils \
+                      python3-pytest \
                       qemu-utils \
                       scrub \
                       sed \
index 680a76a0e12b7c40f8cedb99330c03babe1c6801..1241904b3b5315149aa1db32cbac28989f117e44 100644 (file)
@@ -43,6 +43,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       policykit-1 \
                       python3 \
                       python3-docutils \
+                      python3-pytest \
                       qemu-utils \
                       scrub \
                       sed \
index 94504776d5493aba1bf9b3cf81adb15d5e52123e..dd7eeb23dbb1be3595f66c929246e5345c352131 100644 (file)
@@ -43,6 +43,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       policykit-1 \
                       python3 \
                       python3-docutils \
+                      python3-pytest \
                       qemu-utils \
                       scrub \
                       sed \
index 66a1bc278b78da23d6309435e4b03823fcc4c401..b320afbecd11d4bd0e8e549552b7342219468e14 100644 (file)
@@ -43,6 +43,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       policykit-1 \
                       python3 \
                       python3-docutils \
+                      python3-pytest \
                       qemu-utils \
                       scrub \
                       sed \
index 63afe6f18c48db986659105dcfdc85e24019daf7..79a785ecc5c3ecfef440a8ac9d4c95d90ba1024f 100644 (file)
@@ -43,6 +43,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       policykit-1 \
                       python3 \
                       python3-docutils \
+                      python3-pytest \
                       qemu-utils \
                       scrub \
                       sed \
index ca707e2ec1dfa353f7a4fda90425ead06b967f1c..37564b3bf860cd5360e3e6236dc217b9f1781d3e 100644 (file)
@@ -43,6 +43,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       policykit-1 \
                       python3 \
                       python3-docutils \
+                      python3-pytest \
                       qemu-utils \
                       scrub \
                       sed \
index 4e1155bcf6cf2934e0e3e9e17021e94d450cdba1..8464b8ad9329e7c75544972200bcc11d527150c3 100644 (file)
@@ -77,6 +77,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       policykit-1 \
                       python3 \
                       python3-docutils \
+                      python3-pytest \
                       qemu-utils \
                       scrub \
                       sed \
index d5d4659d67cb4097e708f945920c99ed84f57ffb..c2670eba71afed55acfbb20cef9cd8dcbddb487f 100644 (file)
@@ -43,6 +43,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       policykit-1 \
                       python3 \
                       python3-docutils \
+                      python3-pytest \
                       qemu-utils \
                       scrub \
                       sed \
index 06a7240ce938c05a2fd1cc6c4d32bb0c489e12fc..eef19ab72c18c7c3baef5693cdd73a3946c6dba9 100644 (file)
@@ -43,6 +43,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       policykit-1 \
                       python3 \
                       python3-docutils \
+                      python3-pytest \
                       qemu-utils \
                       scrub \
                       sed \
index 58ba4e15daeb42a318692aebfb09c8cdc74fa5be..97c765bc7ae2140b508176e530c9a13f58e6aa56 100644 (file)
@@ -43,6 +43,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       policykit-1 \
                       python3 \
                       python3-docutils \
+                      python3-pytest \
                       qemu-utils \
                       scrub \
                       sed \
index b3d82e4bd5ba7dce722a582a1a6b125c09ef75a0..a6c90df0cc6cc94a419da7831546b823a6c0aef4 100644 (file)
@@ -43,6 +43,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       policykit-1 \
                       python3 \
                       python3-docutils \
+                      python3-pytest \
                       qemu-utils \
                       scrub \
                       sed \
index bedce7d2f1f65f9f89b9b445fc3af734c8cc88d6..5cc740fe89694e3213597df1137dff3f621bf624 100644 (file)
@@ -43,6 +43,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       policykit-1 \
                       python3 \
                       python3-docutils \
+                      python3-pytest \
                       qemu-utils \
                       scrub \
                       sed \
index 0ca0847267ab3ecad6709785ba54646d7ac257e5..996dd596d0a9baf76b7354298f218a95394cd09e 100644 (file)
@@ -43,6 +43,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       policykit-1 \
                       python3 \
                       python3-docutils \
+                      python3-pytest \
                       qemu-utils \
                       scrub \
                       sed \
index 55aa2c9f36d6b76060dbb51f4318e9d622d01016..757c9c4c3a78581ec9da6d2ff4db32a140d20c16 100644 (file)
@@ -43,6 +43,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       policykit-1 \
                       python3 \
                       python3-docutils \
+                      python3-pytest \
                       qemu-utils \
                       scrub \
                       sed \
index 9b1af19e08fe2ef2231c0804169a59a3a2411c8a..7145c0fcb552da052305ced3183284d87aabacf1 100644 (file)
@@ -77,6 +77,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       policykit-1 \
                       python3 \
                       python3-docutils \
+                      python3-pytest \
                       qemu-utils \
                       scrub \
                       sed \
index 35bb52b2a0620a18cb51825e50a66d133248868d..86ebc0f0270b04c5a48155aa6be3337bf5251296 100644 (file)
@@ -81,6 +81,7 @@ exec "$@"\n' > /usr/bin/nosync && \
                python3 \
                python3-docutils \
                python3-flake8 \
+               python3-pytest \
                qemu-img \
                readline-devel \
                rpm-build \
index 34c8a5003d8457e2fac8d21a27ba5154c944d44d..27adb786586214a8ba76065e6113c80373614bfe 100644 (file)
@@ -52,6 +52,7 @@ exec "$@"\n' > /usr/bin/nosync && \
                python3 \
                python3-docutils \
                python3-flake8 \
+               python3-pytest \
                qemu-img \
                rpm-build \
                scrub \
index d76b04d94250400bd04dcbbb6b568d9ae0ad6cc2..8d5a69f686c69edf72e8dce38113cf358bb15154 100644 (file)
@@ -52,6 +52,7 @@ exec "$@"\n' > /usr/bin/nosync && \
                python3 \
                python3-docutils \
                python3-flake8 \
+               python3-pytest \
                qemu-img \
                rpm-build \
                scrub \
index 6b2672463fd061c7cb476e48111c045d7c6345b3..a47e4a484ebb50a37bf7419854bdced969d3459e 100644 (file)
@@ -81,6 +81,7 @@ exec "$@"\n' > /usr/bin/nosync && \
                python3 \
                python3-docutils \
                python3-flake8 \
+               python3-pytest \
                qemu-img \
                readline-devel \
                rpm-build \
index d0f56e1c17cb34a1ec7133fe94f81b845cafcd98..865fde2f8f87432d5b03280fa4d1c17dc9ee4c2d 100644 (file)
@@ -53,6 +53,7 @@ exec "$@"\n' > /usr/bin/nosync && \
                python3 \
                python3-docutils \
                python3-flake8 \
+               python3-pytest \
                qemu-img \
                rpm-build \
                scrub \
index 5fdb20b7523469115cdd9ee9af12d3bfe143ff1f..0e1a23dbac4be3b2bf51c9cf218a8a4c322d5867 100644 (file)
@@ -53,6 +53,7 @@ exec "$@"\n' > /usr/bin/nosync && \
                python3 \
                python3-docutils \
                python3-flake8 \
+               python3-pytest \
                qemu-img \
                rpm-build \
                scrub \
index eafbd550e0b958c51c6fb0224d59fd609102987b..72e7d856437fd7048783fc39665c40e12460e778 100644 (file)
@@ -82,6 +82,7 @@ exec "$@"\n' > /usr/bin/nosync && \
                python3 \
                python3-docutils \
                python3-flake8 \
+               python3-pytest \
                qemu-img \
                readline-devel \
                rpm-build \
index 642eef70eb3cd84d7298ccae290b6c6a9395b9a2..748d76407519c1de3271868ed08cf0e94dcf2090 100644 (file)
@@ -73,6 +73,7 @@ RUN zypper update -y && \
            python3-base \
            python3-docutils \
            python3-flake8 \
+           python3-pytest \
            qemu-tools \
            readline-devel \
            rpm-build \
index 0f1db78281e02317eb3c1d5863a83755d459a818..691553e9beaec5d5893787bf5128c82f7dfc6cca 100644 (file)
@@ -72,6 +72,7 @@ RUN zypper dist-upgrade -y && \
            polkit \
            python3-base \
            python3-docutils \
+           python3-pytest \
            python39-flake8 \
            qemu-tools \
            readline-devel \
index 830b9aad839ac5e5a2b4c9dbad7b103d102c1ea1..25d787f50a20423fa3d837e3143b1a9e98dcdead 100644 (file)
@@ -78,6 +78,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       python3 \
                       python3-docutils \
                       python3-pip \
+                      python3-pytest \
                       python3-setuptools \
                       python3-wheel \
                       qemu-utils \
index 3d403baa31294804f9020c27d7ce8718074107fe..47b9c3d7f9ca9cd7b5c2e51b565e276976951012 100644 (file)
@@ -78,6 +78,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       policykit-1 \
                       python3 \
                       python3-docutils \
+                      python3-pytest \
                       qemu-utils \
                       scrub \
                       sed \