]> arthur.barton.de Git - bup.git/blobdiff - dev/prep-for-macos-build
Install xdist in prep-for-*-build
[bup.git] / dev / prep-for-macos-build
index ca0ab6d9c31648d849f1db952c850d6676165892..94233a5091c62557fa9ae07472dd9a13b7f8e35c 100755 (executable)
@@ -22,12 +22,12 @@ brew link --force readline
 case "$pyver" in
     python2)
         easy_install-2.7 --user pip
-        /Users/anka/Library/Python/2.7/bin/pip install --user pytest
+        /Users/anka/Library/Python/2.7/bin/pip install --user pytest pytest-xdist
         ;;
     python3)
         brew install python
         easy_install --user pip
-        pip3 install --user pytest
+        pip3 install --user pytest pytest-xdist
         ;;
     *)
         usage 1>&2