summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIhar Hrachyshka <ihrachys@redhat.com>2014-08-22 23:32:22 +0200
committerIhar Hrachyshka <ihrachys@redhat.com>2014-08-23 21:34:07 +0200
commitfeb0c15aee33e98d20c070c059255c0cca3fe641 (patch)
treebe1cc6cd6d81b1bd2383952f5e618c2afaf465d3
parent942e03b2b19f38ea56803221e30f1cc0b461c4b6 (diff)
downloadsqalchemy-migrate-feb0c15aee33e98d20c070c059255c0cca3fe641.tar.gz
Pin testtools to < 0.9.36
New testtools require that setUp() and tearDown() are not called twice, while test_schema is built around multiple calls. So pinning the version for now until a proper fix is implemented. Closes-Bug: 1360252 Change-Id: I184db35242d036dacc7933c1d762cccc7f5c40bb
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index c22f516..3a10a63 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -15,7 +15,7 @@ python-subunit>=0.0.18
sphinx>=1.1.2,<1.2
sphinxcontrib_issuetracker
testrepository>=0.0.17
-testtools>=0.9.34
+testtools>=0.9.34,<0.9.36
scripttest
# NOTE(rpodolyaka): This version identifier is currently necessary as