Use upper-constraints.txt in tox envs

Change-Id: I99ea43a9d5c849e11f22cc027b7b694dd9d0a7a2
This commit is contained in:
Andrey Kurilin 2018-01-17 14:55:56 +02:00
parent fe24b4e79b
commit c3feb6554e
2 changed files with 11 additions and 1 deletions

View File

@ -17,7 +17,7 @@ whitelist_externals = find
make
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
install_command = pip install -U {opts} {packages}
install_command = pip install -c ./upper-constraints.txt -U {opts} {packages}
usedevelop = True
commands =
find . -type f -name "*.pyc" -delete

View File

@ -43,3 +43,13 @@ requests===2.18.4
six===1.11.0
SQLAlchemy===1.1.14
virtualenv===15.1.0
# testing
pytest===3.3.0
pytest-cov===2.5.1
pytest-forked===0.2
pytest-html===1.16.0
pytest-metadata===1.5.1
pytest-xdist===1.20.1