Skip to content

Commit

Permalink
Merge pull request ceph#47498 from tchaikov/quincy-pr-47486
Browse files Browse the repository at this point in the history
quincy: mgr/dashboard: bump up teuthology

Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
  • Loading branch information
tchaikov authored Aug 15, 2022
2 parents 188622a + 201f9f6 commit 504d03e
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 @@ -44,7 +44,7 @@ setup_teuthology() {
${TEUTHOLOGY_PYTHON_BIN:-/usr/bin/python3} -m venv venv
source venv/bin/activate
pip install -U pip 'setuptools>=12,<60'
pip install "git+https://github.com/ceph/teuthology@7039075#egg=teuthology[test]"
pip install "git+https://github.com/ceph/teuthology@9e4bf63#egg=teuthology[test]"
pushd $CURR_DIR
pip install -r requirements.txt -c constraints.txt
popd
Expand Down

0 comments on commit 504d03e

Please sign in to comment.