diff --git a/puppet-{{cookiecutter.project_name}}/tox.ini b/puppet-{{cookiecutter.project_name}}/tox.ini index e3eeb86..0aea3cf 100644 --- a/puppet-{{cookiecutter.project_name}}/tox.ini +++ b/puppet-{{cookiecutter.project_name}}/tox.ini @@ -4,7 +4,7 @@ skipsdist = True envlist = releasenotes [testenv] -install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} +install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages} [testenv:releasenotes] basepython = python3