From: Zack Cerza Date: Thu, 31 Mar 2022 21:32:43 +0000 (-0400) Subject: bootstrap: Install 'test' extras X-Git-Tag: 1.2.0~179^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=96021152703be9d449610b617a6391b82c7a546c;p=teuthology.git bootstrap: Install 'test' extras So that we can use the 'tests' task. Signed-off-by: Zack Cerza --- diff --git a/bootstrap b/bootstrap index 34a5c6104..968b91e02 100755 --- a/bootstrap +++ b/bootstrap @@ -157,7 +157,7 @@ fi find teuthology -name '*.pyc' -exec rm {} \; # Install teuthology in editable mode -./$VENV/bin/pip install --editable . +./$VENV/bin/pip install --editable '.[test]' # Check to make sure requirements are met ./$VENV/bin/pip check