Move oslotest to test only requirements

oslotest is only used for unit testing, so
it shouldn't be in requirements.txt

Change-Id: I5073fbd93712072cec8598663590e35fc2edd08d
This commit is contained in:
Dirk Mueller
2014-05-30 13:00:54 +02:00
parent 46e3b8fa63
commit 111b4cc967
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -30,6 +30,5 @@ websockify>=0.5.1,<0.6
wsgiref>=0.1.2 wsgiref>=0.1.2
oslo.config>=1.2.0 oslo.config>=1.2.0
oslo.rootwrap oslo.rootwrap
oslotest
pycadf>=0.5.1 pycadf>=0.5.1
oslo.messaging>=1.3.0 oslo.messaging>=1.3.0
+1
View File
@@ -11,5 +11,6 @@ pylint==0.25.2
python-subunit>=0.0.18 python-subunit>=0.0.18
sphinx>=1.2.1,<1.3 sphinx>=1.2.1,<1.3
oslosphinx oslosphinx
oslotest
testrepository>=0.0.18 testrepository>=0.0.18
testtools>=0.9.34 testtools>=0.9.34