From 91ca97c31c677408409e33d634ea4b2e257e95ce Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Fri, 16 Aug 2013 13:04:15 +1200 Subject: [PATCH] Uncap testscenarios. I'm pretty good with backwards compat, and the other libraries I maintain are not capped which is inconsistent. Change-Id: I517b6ed6b32ed334bfe54dd02d42f40395a95b9b --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 007d557b44..da929a510f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,5 +2,5 @@ # See global-requirements for the actual requirements list hacking>=0.5.6,<0.8 testrepository>=0.0.17 -testscenarios>=0.4,<0.5 +testscenarios>=0.4 testtools>=0.9.32