Files
nova/tools/test-requires
T
Johannes Erdfelt 254333a78d 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: Ib42ffc67f00db62f9b829069c00476632daae94f
2013-01-21 16:24:20 +00:00

17 lines
309 B
Plaintext

# Packages needed for dev testing
distribute>=0.6.24
coverage
discover
feedparser
fixtures>=0.3.12
mox==0.5.3
MySQL-python
pep8==1.3.3
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