Drop mysql-python

mysql-python is not py3.x compatible, and it's actually a
transitive dependency for subunit2sql, so dropping it from
the requirements. subunit2sql will pull the right package.

Also replacing py34 with py35 in tox.ini, since py35 is the
version of py3 used by OpenStack in Pike.

Change-Id: I195d479be05c78619f1e8a69e19350558d0b5534
This commit is contained in:
Andrea Frittoli 2017-04-06 21:40:18 +01:00
parent 61cc01edbb
commit 56ed584627
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
python-subunit>=0.0.18
testtools>=0.9.30
testrepository>=0.0.18
mysql-python>=1.2.5
subunit2sql>=0.8.0

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py34,py27,pypy,pep8
envlist = py35,py27,pypy,pep8
skipsdist = True
[testenv]