Avoid testtools 0.9.25
Fixes bug 1102400 testtools 0.9.25 introduces a new dependency on the 'extras' package, but it does so in a way to prevents itself from being installed without the 'extras' package already installed. Work around the problem for now by avoiding the problematic release. Change-Id: If8aa3925c744fad88f6f2715b5e779d0c258524c
This commit is contained in:
parent
43f8697696
commit
acae86293f
@ -15,7 +15,8 @@ nosehtmloutput>=0.0.3
|
||||
pep8==1.3.3
|
||||
sphinx>=1.1.2
|
||||
requests
|
||||
testtools>=0.9.22
|
||||
# testtools 0.9.25 is broken, change this when upstream is fixed (bug 1102400)
|
||||
testtools>=0.9.22,<=0.9.24
|
||||
|
||||
# Optional packages that should be installed when testing
|
||||
xattr>=0.6.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user