From 111b4cc967cdba48f593f38d1ecba09e1bb26ff1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 30 May 2014 13:00:54 +0200 Subject: [PATCH] Move oslotest to test only requirements oslotest is only used for unit testing, so it shouldn't be in requirements.txt Change-Id: I5073fbd93712072cec8598663590e35fc2edd08d --- requirements.txt | 1 - test-requirements.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8df2aca1ea..a683a045df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,6 +30,5 @@ websockify>=0.5.1,<0.6 wsgiref>=0.1.2 oslo.config>=1.2.0 oslo.rootwrap -oslotest pycadf>=0.5.1 oslo.messaging>=1.3.0 diff --git a/test-requirements.txt b/test-requirements.txt index 8ca89a33b8..a37d4b2566 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,5 +11,6 @@ pylint==0.25.2 python-subunit>=0.0.18 sphinx>=1.2.1,<1.3 oslosphinx +oslotest testrepository>=0.0.18 testtools>=0.9.34