Skip to content

Commit f85306b

Browse files
committed
update-requirements.sh: pass --extra=test to pip-compile
otherwise the requirements used by test would be missed Signed-off-by: Kefu Chai <tchaikov@gmail.com>
1 parent 788cfdd commit f85306b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

update-requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
pip-compile $@ pyproject.toml
3+
pip-compile --extra=test $@ pyproject.toml

0 commit comments

Comments
 (0)