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