]> arthur.barton.de Git - bup.git/blobdiff - dev/prep-for-debianish-build
Use pytest item results to preserve tmpdirs on failure
[bup.git] / dev / prep-for-debianish-build
index 3141f5b1911bcc13383fa45cb6af505593b8b58c..d45ce303bb4b4e9c44c7d4486de7669a568f1b04 100755 (executable)
@@ -24,13 +24,15 @@ case "$pyver" in
         apt-get install -y \
                 $common_debs \
                 python2.7-dev python-fuse \
-                python-"$xattr" python-tornado
+                python-"$xattr" python-tornado python-pytest \
+                python-pytest-xdist
         ;;
     python3)
         apt-get install -y \
                 $common_debs \
-                python3.7-dev python3-distutils python3-fuse \
-                python3-"$xattr" python3-tornado
+                python3-dev python3-distutils python3-fuse \
+                python3-"$xattr" python3-tornado python3-pytest \
+                python3-pytest-xdist
         ;;
     *)
         usage 1>&2