summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorVictor Sergeyev <vsergeyev@mirantis.com>2014-04-18 12:02:53 +0300
committerVictor Sergeyev <vsergeyev@mirantis.com>2014-04-18 12:51:26 +0300
commit276f7570d7af4a7a62d0e1ffb4edf904cfbf0600 (patch)
treee86806ebe1c11e57557980649e56f1b9f2bcdcf2 /test-requirements.txt
parente4cfa6d39d2aa53af64ab34de97183f98fbeb667 (diff)
downloadoslo-db-276f7570d7af4a7a62d0e1ffb4edf904cfbf0600.tar.gz
Make the tests passing
- add missed requirements - add required modules from openstack.common - added entry points to setup.cfg - fixed tests location - fixed incorrect common modules imports
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 2a46bd8..d7a1da2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,9 +3,11 @@ hacking>=0.5.6,<0.8
coverage>=3.6
discover
fixtures>=0.3.14
+MySQL-python
python-subunit
sphinx>=1.1.2
oslosphinx
+oslotest
testrepository>=0.0.17
testscenarios>=0.4,<0.5
-testtools>=0.9.32 \ No newline at end of file
+testtools>=0.9.32