Remove stestr from requirements.txt

The stestr requirement has been added to test-requirements.txt

Change-Id: I161e24257f63e7eaf205e44657e8e9d8a88c3a2e
This commit is contained in:
wanghui 2018-11-06 19:05:25 +08:00 committed by Alexander Chadin
parent 74be474e81
commit 3473e6439b
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