From feb0c15aee33e98d20c070c059255c0cca3fe641 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Fri, 22 Aug 2014 23:32:22 +0200 Subject: [PATCH] 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 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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