diff options
author | Brant Knudson <bknudson@us.ibm.com> | 2015-05-13 19:31:33 -0500 |
---|---|---|
committer | Brant Knudson <bknudson@us.ibm.com> | 2015-05-13 19:31:33 -0500 |
commit | 26f8e3ff3dc251d9d90e85a32f064b0794c79057 (patch) | |
tree | 5702c4393e6ded72c30137367a96a49037872602 /tox.ini | |
parent | 6a3f1fd730fdeaaa63f584d1512600e9e4808547 (diff) | |
download | python-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.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |