Fix system test env setup

This commit is contained in:
Benj Fassbind
2022-04-05 09:38:27 +02:00
parent cf98718a79
commit d2d168f363

View File

@@ -36,7 +36,7 @@ install:
system/env: system/requirements.txt
ifeq ($(RUN_LONG_TESTS), yes)
rm -rf system/env
virtualenv system/env
python -m venv system/env
system/env/bin/pip install -r system/requirements.txt
endif