summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangboye <zhangboye@inspur.com>2020-12-24 14:13:18 +0800
committerDouglas Mendizábal <dmendiza@redhat.com>2022-04-29 15:36:20 +0000
commitd5d19334cd583134de8d0f995a27bedb5094c10e (patch)
treeb6f38557a3b8ea6ac1ed3ed41996a2b3e714d202
parent92b1b45cbaa6d7ae03bcd1bce29ef25105423d22 (diff)
downloadpython-keystoneclient-d5d19334cd583134de8d0f995a27bedb5094c10e.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: I432a16bad7fbba98a72a5c8dd5129c837097e619
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 1e59eab..d32ebeb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ setenv = OS_STDOUT_NOCAPTURE=False
OS_STDERR_NOCAPTURE=False
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}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = find . -type f -name "*.pyc" -delete