From 04e1b64cb79338395a79d179913aac09719dbeec Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Tue, 15 Nov 2016 10:03:01 -0500 Subject: [PATCH] Move nose to test-requirements.txt Change-Id: If064647ebae547564d1d2d9e03997a1d4445d1f3 --- requirements.txt | 1 - test-requirements.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 55bcc55..24bd5a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -nose # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. diff --git a/test-requirements.txt b/test-requirements.txt index 316dc4a..167b477 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,6 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. coverage>=3.6 +nose mock>=1.2 flake8>=2.2.4,<=2.4.1 os-testr>=0.4.1