We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df634b commit 758b8a2Copy full SHA for 758b8a2
Makefile
@@ -57,8 +57,8 @@ clean:
57
# Internal targets
58
#------------------------------------------------------------------------------
59
$(BPAN):
60
- git clone https://github.com/bpan-org/bpan.git --depth 1 $@
+ git clone --quiet https://github.com/bpan-org/bpan.git --depth 1 $@
61
62
$(VENV):
63
$(PYTHON) -m venv $@
64
- pip install pytest requests
+ pip install pytest requests &>/dev/null
0 commit comments