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

ST-456 less verbose pip install

parent 66b23c46
No related branches found
No related tags found
No related merge requests found
......@@ -25,4 +25,6 @@ test: install
.PHONY: all test install
install:
pip3 install -r test_requirements.txt
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 >> build/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