Fix constraints url

The constrains url doesn't have /stable in it.

Change-Id: I6a99faa205690fc78fbd222a0768c83851cb05e2
This commit is contained in:
Alex Schultz 2019-11-01 07:47:41 -06:00
parent 4f0b72a32b
commit 6c97d9eae9
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/queens}
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/queens}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = bash -c 'if [ ! -d ./.testrepository ] ; then testr init ; fi'