Remove stestr from requirements.txt
The stestr requirement has been added to test-requirements.txt Change-Id: I161e24257f63e7eaf205e44657e8e9d8a88c3a2e
This commit is contained in:
parent
74be474e81
commit
3473e6439b
@ -2,6 +2,5 @@ oslosphinx
|
|||||||
pbr>=2.0.0,!=2.1.0 # Apache-2.0
|
pbr>=2.0.0,!=2.1.0 # Apache-2.0
|
||||||
sphinx>=1.6.2 # BSD
|
sphinx>=1.6.2 # BSD
|
||||||
testtools>=1.4.0
|
testtools>=1.4.0
|
||||||
stestr>=2.0.0
|
|
||||||
yasfb>=0.5.1
|
yasfb>=0.5.1
|
||||||
doc8 # Apache-2.0
|
doc8 # Apache-2.0
|
||||||
|
4
tox.ini
4
tox.ini
@ -9,8 +9,8 @@ skipsdist = True
|
|||||||
basepython=python3
|
basepython=python3
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
install_command = pip install -U {opts} {packages}
|
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}/requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
whitelist_externals = find
|
whitelist_externals = find
|
||||||
commands =
|
commands =
|
||||||
find . -type f -name "*.pyc" -delete
|
find . -type f -name "*.pyc" -delete
|
||||||
|
Loading…
x
Reference in New Issue
Block a user