From 2d78e9fc24fc9bfd8bd6496b7e757b497c0e9f12 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sun, 28 Mar 2021 14:22:50 -0500 Subject: [PATCH] cirrus: drop py2 on macos since brew did Homebrew provided a python@2 formula until the end of 2019, at which point it was removed due to the Python 2 deprecation. -- https://docs.brew.sh/Homebrew-and-Python Signed-off-by: Rob Browning --- .cirrus.yml | 12 ------------ dev/prep-for-macos-build | 1 - 2 files changed, 13 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index d676e7c..2394816 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -107,18 +107,6 @@ task: dev/system-info gmake -j6 PYTHON=python3.7 check -task: - name: macos (py2) - allow_failures: true - osx_instance: - image: catalina-base - script: | - set -xe - dev/prep-for-macos-build python2 - export PKG_CONFIG_PATH=/usr/local/opt/readline/lib/pkgconfig - dev/system-info - make -j4 PYTHON=python2 check - task: name: macos (py3) osx_instance: diff --git a/dev/prep-for-macos-build b/dev/prep-for-macos-build index 164a98b..e559441 100755 --- a/dev/prep-for-macos-build +++ b/dev/prep-for-macos-build @@ -27,7 +27,6 @@ case "$pyver" in ;; python3) brew install python - easy_install --user pip pip3 install --user pytest pytest-xdist ;; *) -- 2.39.2