mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-26 13:47:40 +00:00
Fix system test env setup
This commit is contained in:
@@ -36,7 +36,7 @@ install:
|
|||||||
system/env: system/requirements.txt
|
system/env: system/requirements.txt
|
||||||
ifeq ($(RUN_LONG_TESTS), yes)
|
ifeq ($(RUN_LONG_TESTS), yes)
|
||||||
rm -rf system/env
|
rm -rf system/env
|
||||||
virtualenv system/env
|
python -m venv system/env
|
||||||
system/env/bin/pip install -r system/requirements.txt
|
system/env/bin/pip install -r system/requirements.txt
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user