From d6e988f7dec3905bca83353a76586fd4bc8945f8 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 30 Jan 2014 17:27:54 -0800 Subject: [PATCH] Differentiate runtime and test requirements Move some of the requirements needed to use this library from test-requirements.txt to requirements.txt. Change-Id: I11267503a2483031ab266ca947bb33cae0b22094 --- requirements.txt | 3 +++ test-requirements.txt | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index e69de29..1987c72 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,3 @@ +fixtures>=0.3.14 +testtools>=0.9.32 +mock>=1.0 diff --git a/test-requirements.txt b/test-requirements.txt index e1306ed..0cf05f9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,11 +1,9 @@ hacking>=0.8.0,<0.9 discover -fixtures>=0.3.14 python-subunit testrepository>=0.0.17 testscenarios>=0.4 -testtools>=0.9.32 # when we can require tox>= 1.4, this can go into tox.ini: # [testenv:cover] @@ -15,6 +13,3 @@ coverage>=3.6 # this is required for the docs build jobs sphinx>=1.1.2,<1.2 oslo.sphinx - -# mocking framework -mock>=1.0