migrate needs subunit >= 0.0.18

The unit tests of subunit are failing with an older version of
subunit, so we need to fix the test-requirements.txt to reflect
the reality.

Change-Id: I786c70a02196b00fb0d96feb5fd1a0b5281f6672
This commit is contained in:
Thomas Goirand 2014-03-02 15:18:31 +08:00
parent 21fcdad0f4
commit f944414bd4

View File

@ -14,7 +14,7 @@ mox>=0.5.3
MySQL-python
psycopg2
pylint==0.25.2
python-subunit
python-subunit>=0.0.18
sphinx>=1.1.2,<1.2
sphinxcontrib_issuetracker
testrepository>=0.0.17