summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMatthew Treinish <treinish@linux.vnet.ibm.com>2012-12-14 11:11:41 -0500
committerMatthew Treinish <treinish@linux.vnet.ibm.com>2012-12-18 09:51:23 -0500
commit8e937d702398e9821a70843fa693131bee236339 (patch)
tree77bea96e1f2b5806fcdf718ad4699c6682c321ad /.gitignore
parente7b9be66bc83bd928420e86489fa0a26ffbc00b8 (diff)
downloadtempest-8e937d702398e9821a70843fa693131bee236339.tar.gz
Fix use of venv in Tempest.
Currently when running Tempest tests with run_tests.sh a venv isn't being used. This leaves tempest at the mercy of whatever required package versions are installed on the system. This patch takes install_venv.py and with_venv.sh from nova and integrates them into run_tests to ensure that the correct dependencies versions from pip-requires and test-requires are being used. Change-Id: I4bf4a02890a33c4034e4493d1763ed4019fdf46e
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 061c2ffe6..b4dca86d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,5 +8,6 @@ include/swift_objects/swift_large
*.swo
*.egg-info
.tox
+.venv
dist
build