Fix issue with pip installing oslo.config-1.2.0
Fixes: #1199193 Change-Id: Ibd65e80d135d8e2d0f6235ed8e2522b7aac9aa19
This commit is contained in:
parent
feb05ebdab
commit
95c8c7e894
@ -22,5 +22,6 @@ lxml
|
|||||||
requests>=1.1,<1.2.1
|
requests>=1.1,<1.2.1
|
||||||
wsme>=0.5b2
|
wsme>=0.5b2
|
||||||
pyyaml
|
pyyaml
|
||||||
http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a2.tar.gz#egg=oslo.config-1.2.0a2
|
-f http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a3.tar.gz#egg=oslo.config-1.2.0a3
|
||||||
|
oslo.config>=1.2.0a3
|
||||||
happybase>=0.4
|
happybase>=0.4
|
||||||
|
2
tox.ini
2
tox.ini
@ -10,6 +10,7 @@ commands =
|
|||||||
python setup.py testr --slowest --testr-args='--concurrency=1 {posargs}'
|
python setup.py testr --slowest --testr-args='--concurrency=1 {posargs}'
|
||||||
bash tools/init_testr_if_needed.sh
|
bash tools/init_testr_if_needed.sh
|
||||||
python setup.py testr --slowest --testr-args='--concurrency=1 --here=nova_tests {posargs}'
|
python setup.py testr --slowest --testr-args='--concurrency=1 --here=nova_tests {posargs}'
|
||||||
|
{toxinidir}/tools/conf/check_uptodate.sh
|
||||||
sitepackages = False
|
sitepackages = False
|
||||||
downloadcache = {toxworkdir}/_download
|
downloadcache = {toxworkdir}/_download
|
||||||
|
|
||||||
@ -26,7 +27,6 @@ deps = pep8==1.4.5
|
|||||||
commands =
|
commands =
|
||||||
flake8
|
flake8
|
||||||
flake8 --filename=ceilometer-* bin
|
flake8 --filename=ceilometer-* bin
|
||||||
{toxinidir}/tools/conf/check_uptodate.sh
|
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user