From 6da2fadf946bfc52e931284fd264361824bf9bbe Mon Sep 17 00:00:00 2001 From: Vasilis Tsiligiannis Date: Thu, 9 May 2019 20:58:26 +0300 Subject: [PATCH] tox: Do not use editable install when running 'pytest' Signed-off-by: Vasilis Tsiligiannis --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 4599ec3..c0c30ec 100644 --- a/tox.ini +++ b/tox.ini @@ -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