|
|
|
@ -19,11 +19,11 @@ setenv =
|
|
|
|
|
usedevelop = True
|
|
|
|
|
install_command = pip install {opts} {packages}
|
|
|
|
|
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}/test-requirements.txt
|
|
|
|
|
-egit+https://git.openstack.org/openstack/neutron#egg=neutron
|
|
|
|
|
-rhttps://git.openstack.org/cgit/openstack/neutron/plain/test-requirements.txt
|
|
|
|
|
-egit+https://opendev.org/openstack/neutron#egg=neutron
|
|
|
|
|
-rhttps://opendev.org/openstack/neutron/raw/branch/master/test-requirements.txt
|
|
|
|
|
whitelist_externals =
|
|
|
|
|
bash
|
|
|
|
|
find
|
|
|
|
@ -68,7 +68,7 @@ commands = {posargs}
|
|
|
|
|
|
|
|
|
|
[testenv:docs]
|
|
|
|
|
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}/doc/requirements.txt
|
|
|
|
|
commands = sphinx-build -W -b html doc/source doc/build/html
|
|
|
|
|
|
|
|
|
@ -95,5 +95,5 @@ deps =
|
|
|
|
|
-c{toxinidir}/lower-constraints.txt
|
|
|
|
|
-r{toxinidir}/test-requirements.txt
|
|
|
|
|
-r{toxinidir}/requirements.txt
|
|
|
|
|
-egit+https://git.openstack.org/openstack/neutron#egg=neutron
|
|
|
|
|
-rhttps://git.openstack.org/cgit/openstack/neutron/plain/test-requirements.txt
|
|
|
|
|
-egit+https://opendev.org/openstack/neutron#egg=neutron
|
|
|
|
|
-rhttps://opendev.org/openstack/neutron/raw/branch/master/test-requirements.txt
|
|
|
|
|