Add simplegeneric to py34 requirements
simplegeneric suppoosed to be installed by WSME, but for a some reasons it was missed in py3 env. We can't add this library to requirements.txt, because it missed in global requirements, so I've added simplegeneric to the `deps` section in py34 environment. This if a fast-and-dirty way to unblock python34 gates for ironic. Change-Id: Ib0cddf7541defbdfe1b17448b52becf8bd4ef3de
This commit is contained in:
parent
fc26d6ccde
commit
fe2f445418
4
tox.ini
4
tox.ini
@ -34,6 +34,10 @@ setenv =
|
||||
OS_TEST_DBAPI_ADMIN_CONNECTION=mysql+pymysql://openstack_citest:openstack_citest@localhost/;postgresql://openstack_citest:openstack_citest@localhost/postgres;sqlite://
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements-py3.txt
|
||||
# NOTE(viktors): simplegeneric supposed to be installed by WSME, but for
|
||||
# a some reasons it was missed in py3 env.
|
||||
# TODO(viktors): Remove this workaround, when WSME fix this issue.
|
||||
simplegeneric
|
||||
|
||||
[testenv:pep8]
|
||||
commands =
|
||||
|
Loading…
Reference in New Issue
Block a user