]> arthur.barton.de Git - bup.git/blobdiff - dev/prep-for-macos-build
cirrus: drop py2 on macos since brew did
[bup.git] / dev / prep-for-macos-build
index 164a98b5473938e10e12a100634bf7d419b7c4af..e5594417cf63aa24e71bc70dd85775e8c7aa88c4 100755 (executable)
@@ -27,7 +27,6 @@ case "$pyver" in
         ;;
     python3)
         brew install python
-        easy_install --user pip
         pip3 install --user pytest pytest-xdist
         ;;
     *)