summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2012-11-22 12:38:09 +0000
committerMark McLoughlin <markmc@redhat.com>2012-11-22 12:38:09 +0000
commitf1c9c4c05bdcbfc0ab2ae09d38d668022ffe1914 (patch)
tree3dc4a569fbc24bd270dc430a553d1f0405477bf3 /tox.ini
parent5232a6bdc89241ccfb9e7b7782372911c3e86442 (diff)
downloadoslo-f1c9c4c05bdcbfc0ab2ae09d38d668022ffe1914.tar.gz
oslo-f1c9c4c05bdcbfc0ab2ae09d38d668022ffe1914.tar.xz
oslo-f1c9c4c05bdcbfc0ab2ae09d38d668022ffe1914.zip
Remove sitepackages=True from tox.ini
Fixes bug #1082002 With sitepackages=True, I'm seeing the tests fail on my machine because the older system version of nose gets used. Looking at other projects, this is only set in the tox:jenkins section where one exists. Change-Id: I1ab5f337adf8fc668608146ccb2ab3f2590204be
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 a8dd134..7f97a91 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,6 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_OPENSTACK_YELLOW=0.025
NOSE_OPENSTACK_SHOW_ELAPSED=1
NOSE_OPENSTACK_STDOUT=1
-sitepackages=True
deps = -r{toxinidir}/tools/pip-requires
-r{toxinidir}/tools/test-requires
commands = nosetests {posargs}
@@ -25,7 +24,6 @@ setenv = NOSE_WITH_COVERAGE=1
commands = {posargs}
[testenv:full]
-sitepackages = True
deps = -r{toxinidir}/tools/pip-requires
-r{toxinidir}/tools/test-requires
-r{toxinidir}/tools/test-options