Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 3958a4a

Browse files
committed
MAINT: 1.9.0rc1 setuptools pin.
1 parent 3d6cbb2 commit 3958a4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ before_install:
151151
CONTAINER=wheels;
152152
UPLOAD_ARGS="--no-update-index";
153153
fi
154-
- BUILD_DEPENDS="wheel oldest-supported-numpy $CYTHON_BUILD_DEP $PYTHRAN_BUILD_DEP $PYBIND11_BUILD_DEP"
154+
- BUILD_DEPENDS="wheel oldest-supported-numpy $CYTHON_BUILD_DEP $PYTHRAN_BUILD_DEP $PYBIND11_BUILD_DEP setuptools<60.0.0"
155155
- TEST_DEPENDS="oldest-supported-numpy pytest pytest-xdist pytest-faulthandler pytest-env"
156156
- source multibuild/common_utils.sh
157157
- source multibuild/travis_steps.sh

azure-posix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
set -ex
6161
echo building for commit "$BUILD_COMMIT"
6262
63-
pip install --upgrade virtualenv wheel setuptools
64-
BUILD_DEPENDS="wheel oldest-supported-numpy Cython>=0.29.24 pybind11>=2.4.3 pythran"
63+
pip install --upgrade virtualenv wheel
64+
BUILD_DEPENDS="wheel oldest-supported-numpy Cython>=0.29.24 pybind11>=2.4.3 pythran setuptools<60.0.0"
6565
6666
source multibuild/common_utils.sh
6767
source multibuild/travis_steps.sh

0 commit comments

Comments
 (0)