Replace git.openstack.org URLs with opendev.org URLs

Change-Id: I55cf04680ac0c03eaf5dd66d3a2d7d5577220391
This commit is contained in:
zhulingjie 2019-04-23 16:59:45 +08:00
parent 33ac9fd9b7
commit fa9f02d23a
2 changed files with 2 additions and 2 deletions

View File

@ -50,5 +50,5 @@ Project Info
* License: Apache License, Version 2.0
* Documentation: http://docs.openstack.org/heat-translator/
* Bugs and Blueprints: https://storyboard.openstack.org/#!/project/openstack/heat-translator
* Source: http://git.openstack.org/cgit/openstack/heat-translator/
* Source: http://opendev.org/openstack/heat-translator/
* IRC Channel: #openstack-heat-translator

View File

@ -11,7 +11,7 @@ setenv =
PYTHONWARNINGS=default::DeprecationWarning
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
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/plain/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py test --slowest --testr-args='{posargs}'