summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSergey Reshetnyak <sreshetniak@mirantis.com>2015-10-05 14:06:47 +0300
committerSergey Reshetnyak <sreshetniak@mirantis.com>2015-10-05 19:23:52 +0300
commit2a7601f8c2a9f2946b3c7f5b6e5cec5fc0be49e9 (patch)
tree052fb95968366651fbdaf979f5ec389b09db4e56 /tox.ini
parent1506e941062759fdc90d299a9ec26f751b38abaf (diff)
downloadpython-saharaclient-2a7601f8c2a9f2946b3c7f5b6e5cec5fc0be49e9.tar.gz
Fix functional tests in gate
Change-Id: I7444568302935fb0c844994767f1acd5a9fafd3b
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index b065a87..e1aded1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,6 @@ skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -U {opts} {packages}
-sitepackages = True
setenv =
VIRTUAL_ENV={envdir}
DISCOVER_DIRECTORY=saharaclient/tests/unit
@@ -26,7 +25,6 @@ commands = bash tools/pretty_tox.sh "{posargs}"
[testenv:functional]
passenv = OS_*
setenv =
- VIRTUAL_ENV={envdir}
DISCOVER_DIRECTORY=saharaclient/tests/functional/
commands = bash tools/pretty_tox.sh "{posargs}"