summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangboye <zhangboye@inspur.com>2020-12-24 14:27:46 +0800
committerzhangboye <zhangboye@inspur.com>2020-12-24 14:28:36 +0800
commit554913bd95f20383651a48b02617779931071407 (patch)
tree8d0edacd4050227864f3283d30e4bfb8692f37ac
parent1b949f9ced92aead46083b578a424df89875966b (diff)
downloadoslo-utils-554913bd95f20383651a48b02617779931071407.tar.gz
Use TOX_CONSTRAINTS_FILE
UPPER_CONSTRAINTS_FILE is old name and deprecated This allows to use upper-constraints file as more readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>. Change-Id: I331232afa7fb438224a4bd700de0d3412fdcc9df
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3310901..ca2f2e9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ ignore_basepython_conflict = true
[testenv]
basepython = python3
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs}