]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
update-requirements.sh: pass --extra=test to pip-compile 1750/head
authorKefu Chai <tchaikov@gmail.com>
Tue, 26 Apr 2022 01:12:07 +0000 (09:12 +0800)
committerKefu Chai <tchaikov@gmail.com>
Tue, 26 Apr 2022 01:12:07 +0000 (09:12 +0800)
otherwise the requirements used by test would be missed

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
update-requirements.sh

index 8040c0d1e3a3219e9b9f893b38045f7c48ea5d58..a2b56ba8dc4626d2c82c824cbc5a3e7bbf12c5a2 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-pip-compile $@ pyproject.toml
+pip-compile --extra=test $@ pyproject.toml