From b56f0836ffd74b382686c32d5264b770ed9c9a84 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 13 Jul 2020 20:13:35 +0300 Subject: [PATCH] Travis/3.9-dev: Require setuptools 49.1.3+ --- .ci/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/install.sh b/.ci/install.sh index 36bce295c..52f59745a 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -30,7 +30,8 @@ pip install -U pytest-cov pip install pyroma pip install test-image-results pip install numpy -if [ "$TRAVIS_PYTHON_VERSION" == "3.9-dev" ]; then pip install setuptools==47.3.1 ; fi +# TODO Remove when Travis/3.9 includes setuptools 49.1.3+: +if [ "$TRAVIS_PYTHON_VERSION" == "3.9-dev" ]; then pip install -U "setuptools>=49.1.3" ; fi if [[ $TRAVIS_PYTHON_VERSION == 3.* ]]; then # arm64, ppc64le, s390x CPUs: # "ERROR: Could not find a version that satisfies the requirement pyqt5"