From fe2f445418ad7cb7741a7d237fd2ad69c27833a4 Mon Sep 17 00:00:00 2001 From: Victor Sergeyev Date: Wed, 20 May 2015 10:58:43 +0300 Subject: [PATCH] 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 --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index c320bb5ec5..a6e2ae0969 100644 --- a/tox.ini +++ b/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 =