diff options
author | Robert Collins <rbtcollins@hp.com> | 2013-01-22 08:49:19 +1300 |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2013-01-22 13:17:04 +1300 |
commit | bd422b2d1f956ce1a2de74d07d5643b14c08013e (patch) | |
tree | fc5d7b33b46ebc194c911f06fdf222f3abcb5e8d | |
parent | a4d608fa33b328d7ed77c7f9c40ffbb43c0ade6b (diff) | |
download | nova-bd422b2d1f956ce1a2de74d07d5643b14c08013e.tar.gz nova-bd422b2d1f956ce1a2de74d07d5643b14c08013e.tar.xz nova-bd422b2d1f956ce1a2de74d07d5643b14c08013e.zip |
Unpin testtools.
Change-Id: If760a7b6f8771d9f9ac2722c300032e715e34151
-rw-r--r-- | tools/test-requires | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/test-requires b/tools/test-requires index c691a6bca..bc279166e 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -12,5 +12,4 @@ pylint==0.25.2 python-subunit sphinx>=1.1.2 testrepository>=0.0.13 -# testtools 0.9.25 is broken, change this when upstream is fixed (bug 1102400) -testtools>=0.9.22,<=0.9.24 +testtools>=0.9.26 |