Browse Source
Remove upper constraints usage from tox.ini
changes/20/506120/1
Matthew Treinish
4 years ago
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
1 changed files with
1 additions and
1 deletions
-
tox.ini
|
|
@ -5,7 +5,7 @@ skipsdist = True |
|
|
|
|
|
|
|
[testenv] |
|
|
|
usedevelop = True |
|
|
|
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} |
|
|
|
install_command = pip install {opts} {packages} |
|
|
|
setenv = |
|
|
|
VIRTUAL_ENV={envdir} |
|
|
|
PYTHONWARNINGS=default::DeprecationWarning |
|
|
|