Skip to content
Snippets Groups Projects
Commit ae9792ba authored by Adriaan de Beer's avatar Adriaan de Beer
Browse files

ST-456 quiet installs?

parent 521cb1bb
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,6 @@ test: install
.PHONY: all test install
install:
pip3 -q install -r test_requirements.txt;
@echo "############ post-deployment/test_requirements.txt versions not necessarily fixed - see build/python_packages_installed_for_test.pip3 ###############"
@pip3 list >> python_packages_installed_for_test.pip3
pip3 install -r test_requirements.txt;
# @echo "############ post-deployment/test_requirements.txt versions not necessarily fixed - see build/python_packages_installed_for_test.pip3 ###############"
# @pip3 list >> python_packages_installed_for_test.pip3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment