summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Goirand <thomas@goirand.fr>2014-03-02 15:18:31 +0800
committerThomas Goirand <thomas@goirand.fr>2014-03-02 15:18:31 +0800
commitf944414bd4b393ecbcab1854f970989df90d783c (patch)
treeffac56a8adfcb9cac947b970a454f89c00dfd689
parent21fcdad0f485437d010e5743626c63ab3acdaec5 (diff)
downloadsqalchemy-migrate-f944414bd4b393ecbcab1854f970989df90d783c.tar.gz
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
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
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