summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJohn L. Villalovos <john.l.villalovos@intel.com>2015-05-27 15:54:29 -0700
committerJohn L. Villalovos <john.l.villalovos@intel.com>2015-06-02 15:01:01 +0000
commit1acab160cc9a9164fdbffb77711a216591008ab9 (patch)
treed0dcbf7a7891fcc8170c81e636a3205983d99d60 /tox.ini
parentd1b586cbf673af3c05257bd16339aadc0f61d7f4 (diff)
downloadironic-1acab160cc9a9164fdbffb77711a216591008ab9.tar.gz
Revert "Add simplegeneric to py34 requirements"
This reverts commit fe2f445418ad7cb7741a7d237fd2ad69c27833a4. WSME has been updated to 0.7 which fixes the underlying issue with 'simplegeneric' not being pulled in as a dependency. Change-Id: Ia224eafb2c2220c970367580a8818746f9479f9d Depends-On: I28861178fac89e6f3fabd34b048f53b6506eda5e
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 0 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index dfd62ce8a..30fe7b988 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,10 +34,6 @@ 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 =