Merge "Remove stestr from requirements.txt"
This commit is contained in:
commit
599d4f031a
@ -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
|
||||
|
4
tox.ini
4
tox.ini
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user