bug: fix upper constraints url

Change-Id: I617b5a4c62360d02d6f67b1fe671e0ed301f21d1
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
This commit is contained in:
Tomi Juvonen 2019-05-01 03:08:17 +03:00
parent e1e8cc5d01
commit 1dfd5dd16d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ setenv =
OS_STDERR_CAPTURE=1
OS_TEST_TIMEOUT=60
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txtx}
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run {posargs}