Fix constraints url

The url doesn't contain /stable.

Change-Id: Id6753804cc854f268ef69e28d2c722b59213aefd
This commit is contained in:
Alex Schultz 2019-11-01 07:40:22 -06:00
parent d48caf33c8
commit 60bb706f84
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ skipsdist = True
[testenv]
setenv = VIRTUAL_ENV={envdir}
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/stable/rocky}
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/rocky}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = bash -c 'if [ ! -d ./.testrepository ] ; then testr init ; fi'