Turn off sitepackages

Fully decouple the versions needed for tempest from the underlying
system. This will help make it possible to pin library versions on
stable branches to the library version used when the branch was
cut, while allowing master global requirements to move beyond that
version.

Note: We previously enabled sitepackages everywhere to avoid
recompiling indirect dependencies that were pulled in via the
pythonclients. To address this we were working on removing the CLI tests
from tempest.

Change-Id: I3b355fb592dbbd38cb6805ec413e02644088b088
This commit is contained in:
Joe Gordon
2015-01-28 11:23:43 -08:00
parent e0e5cef683
commit 9f1612e7af

View File

@@ -4,7 +4,7 @@ minversion = 1.6
skipsdist = True
[tempestenv]
sitepackages = True
sitepackages = False
setenv = VIRTUAL_ENV={envdir}
OS_TEST_PATH=./tempest/test_discover
deps = setuptools