Update tox.ini

These specified environment variables doesn't exist in the tox invocation environment.

Change-Id: Ie80a0a911dcb8f312a347b624ee8a4e580b2ab86
This commit is contained in:
Cai Hui 2018-10-30 22:52:04 -04:00
parent cb835298b1
commit ca1c83094d
1 changed files with 0 additions and 10 deletions

10
tox.ini
View File

@ -10,16 +10,6 @@ deps =
-r{toxinidir}/test-requirements.txt
passenv =
FREEZER_TEST_SSH_KEY
FREEZER_TEST_SSH_USERNAME
FREEZER_TEST_SSH_HOST
FREEZER_TEST_CONTAINER
FREEZER_TEST_OS_TENANT_NAME
FREEZER_TEST_OS_USERNAME
FREEZER_TEST_OS_REGION_NAME
FREEZER_TEST_OS_PASSWORD
FREEZER_TEST_OS_AUTH_URL
FREEZER_TEST_NO_LVM
http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}