summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBrant Knudson <bknudson@us.ibm.com>2015-05-13 19:31:33 -0500
committerBrant Knudson <bknudson@us.ibm.com>2015-05-13 19:31:33 -0500
commit26f8e3ff3dc251d9d90e85a32f064b0794c79057 (patch)
tree5702c4393e6ded72c30137367a96a49037872602 /tox.ini
parent6a3f1fd730fdeaaa63f584d1512600e9e4808547 (diff)
downloadpython-keystoneclient-26f8e3ff3dc251d9d90e85a32f064b0794c79057.tar.gz
Pass OS_* env vars fix for tox 2.0
Tox 2.0 stopped passing environment variables from the parent to the tests, so the functional tests were failing since they rely on keystone CLI getting the OS_* environment variables. Change-Id: I4f05379df41a3f6ca24ce8eb6911144a381f058e
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 56a4320..fef36b7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -32,6 +32,7 @@ commands = oslo_debug_helper -t keystoneclient/tests {posargs}
[testenv:functional]
setenv = OS_TEST_PATH=./keystoneclient/tests/functional
+passenv = OS_*
[flake8]
# H405: multi line docstring summary not separated with an empty line