|
|
@ -10,7 +10,7 @@ setenv = |
|
|
|
VIRTUAL_ENV={envdir} |
|
|
|
CLIENT_NAME=octavia-dashboard |
|
|
|
DJANGO_SETTINGS_MODULE=octavia_dashboard.tests.settings |
|
|
|
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} |
|
|
|
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} |
|
|
|
-r{toxinidir}/requirements.txt |
|
|
|
-r{toxinidir}/test-requirements.txt |
|
|
|
whitelist_externals = npm |
|
|
@ -37,7 +37,7 @@ commands = npm install |
|
|
|
basepython = python3 |
|
|
|
whitelist_externals = rm |
|
|
|
deps = |
|
|
|
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} |
|
|
|
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} |
|
|
|
-r{toxinidir}/requirements.txt |
|
|
|
-r{toxinidir}/doc/requirements.txt |
|
|
|
commands = |
|
|
@ -49,7 +49,7 @@ commands = |
|
|
|
basepython = python3 |
|
|
|
whitelist_externals = rm |
|
|
|
deps = |
|
|
|
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} |
|
|
|
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} |
|
|
|
-r{toxinidir}/requirements.txt |
|
|
|
-r{toxinidir}/doc/requirements.txt |
|
|
|
commands = |
|
|
|