From f944414bd4b393ecbcab1854f970989df90d783c Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sun, 2 Mar 2014 15:18:31 +0800 Subject: 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 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index b665c4a..a035d55 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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 -- cgit v1.2.1