Change the deps source

Change-Id: If820ae52680ba1846c48338474593e528bad550f
This commit is contained in:
tonybrad 2019-05-06 15:01:35 +08:00
parent 884fec8955
commit 05361b46bf
2 changed files with 2 additions and 2 deletions

View File

@ -19,5 +19,5 @@ repository.
* Free software: Apache license
* Documentation: https://docs.openstack.org/sphinx-feature-classification/latest/
* Source: http://git.openstack.org/cgit/openstack/sphinx-feature-classification
* Source: http://opendev.org/openstack/sphinx-feature-classification
* Bugs: https://storyboard.openstack.org/#!/project/921

View File

@ -10,7 +10,7 @@ setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/test-requirements.txt
commands = python setup.py test --slowest --testr-args='{posargs}'