From 276f7570d7af4a7a62d0e1ffb4edf904cfbf0600 Mon Sep 17 00:00:00 2001 From: Victor Sergeyev Date: Fri, 18 Apr 2014 12:02:53 +0300 Subject: 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 --- test-requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test-requirements.txt') 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 -- cgit v1.2.1