]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
bootstrap: Install 'test' extras
authorZack Cerza <zack@redhat.com>
Thu, 31 Mar 2022 21:32:43 +0000 (17:32 -0400)
committerZack Cerza <zack@redhat.com>
Tue, 19 Apr 2022 21:31:07 +0000 (15:31 -0600)
So that we can use the 'tests' task.

Signed-off-by: Zack Cerza <zack@redhat.com>
bootstrap

index 34a5c6104017907989a00c51ca3c54c5a763bf38..968b91e02b44c74487d79482962ec3680140a13c 100755 (executable)
--- 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