1a723a05c7
- add .testr.conf (in base dir and nova_tests) - remove all references to nose - adjust paths: A couple of tests would assume the current directory was ./tests/ but it is now ./ - don't run the tests in parallel as the db tests have one connection per test class. nova_tests hackery: It seems testtools/testr imports everything and I just don't see a way of running things in tests/ and nova_tests/ seperately but in one .test.conf. So if you want to use testr directly you will need to: testr run cd nova_tests testr run part of bug 1177924 Change-Id: I41875dcf94463fa5f9c07a7840c37089226c59ad
24 lines
629 B
Plaintext
24 lines
629 B
Plaintext
distribute>=0.6.24
|
|
coverage
|
|
discover
|
|
mock
|
|
mox
|
|
fixtures>=0.3.12
|
|
Babel>=0.9.6
|
|
# NOTE(dhellmann): Ming is necessary to provide the Mongo-in-memory
|
|
# implementation of MongoDB.
|
|
Ming>=0.3.4
|
|
http://tarballs.openstack.org/nova/nova-master.tar.gz#egg=nova
|
|
http://tarballs.openstack.org/glance/glance-master.tar.gz#egg=glance
|
|
# We should use swift>1.7.5, but it's not yet available
|
|
swift
|
|
# Swift dep that is not necessary if we depend on swift>1.7.5
|
|
netifaces
|
|
# Docs Requirements
|
|
sphinx
|
|
docutils==0.9.1 # for bug 1091333, remove after sphinx >1.1.3 is released.
|
|
python-spidermonkey
|
|
python-subunit
|
|
testrepository>=0.0.13
|
|
testtools>=0.9.29
|