1
0
Fork 0

tox: Do not use editable install when running 'pytest'

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
merge-requests/381/head
Vasilis Tsiligiannis 2019-05-09 20:58:26 +03:00
parent 4bb87e2e6a
commit 6da2fadf94
1 changed files with 0 additions and 2 deletions

View File

@ -57,7 +57,6 @@ commands = pip check
install_command = python -m pip install --no-deps {opts} {packages}
deps =
-rrequirements-dev.txt
usedevelop = True
extras = dev
commands = pytest
@ -65,6 +64,5 @@ commands = pytest
install_command = python -m pip install --no-deps {opts} {packages}
deps =
-rrequirements-dev.txt
usedevelop = True
extras = dev
commands = pytest