Merge "Remove stestr from requirements.txt"

This commit is contained in:
Zuul 2018-12-05 11:04:00 +00:00 committed by Gerrit Code Review
commit 599d4f031a
2 changed files with 2 additions and 3 deletions

View File

@ -2,6 +2,5 @@ oslosphinx
pbr>=2.0.0,!=2.1.0 # Apache-2.0
sphinx>=1.6.2 # BSD
testtools>=1.4.0
stestr>=2.0.0
yasfb>=0.5.1
doc8 # Apache-2.0

View File

@ -9,8 +9,8 @@ skipsdist = True
basepython=python3
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
deps = -r{toxinidir}/test-requirements.txt
whitelist_externals = find
commands =
find . -type f -name "*.pyc" -delete