mirror of
https://opendev.org/openstack/python-keystoneclient.git
synced 2026-01-11 19:57:34 +00:00
Merge "Use TOX_CONSTRAINTS_FILE"
This commit is contained in:
commit
71ed5bd125
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue