Skip to content

Commit

Permalink
pybind/mgr/dashboard/run-backend-api-tests: Older setuptools
Browse files Browse the repository at this point in the history
pypa/setuptools#2353

Signed-off-by: David Galloway <dgallowa@redhat.com>
(cherry picked from commit 4ab2df1)
  • Loading branch information
David Galloway authored and nizamial09 committed Dec 21, 2021
1 parent 593d9dd commit 1a7b83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybind/mgr/dashboard/run-backend-api-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ setup_teuthology() {

${TEUTHOLOGY_PYTHON_BIN:-/usr/bin/python3} -m venv venv
source venv/bin/activate
pip install -U pip 'setuptools >= 12'
pip install -U pip 'setuptools>=12,<60'
pip install git+https://github.com/ceph/teuthology#egg=teuthology[test]
pushd $CURR_DIR
pip install -r requirements.txt -c constraints.txt
Expand Down

0 comments on commit 1a7b83d

Please sign in to comment.