From 62bd81ca497bd3a6c5af4e7a3872696ce8adfffb Mon Sep 17 00:00:00 2001 From: Ivan Kolodyazhny Date: Thu, 24 May 2018 16:56:19 -0700 Subject: [PATCH] Remove duplication from test-requirements.txt We don't need to keep runtime dependencies in the text-requirements.txt because of they are installed by tox while using 'usedevelop = True' config option. This patch also uncaps version of the networkx because it's handled by upper-constraints now. Change-Id: Ib55bd1e8cd1c88b8ea37f3aaa1e0f3c616a622f1 --- requirements.txt | 2 +- test-requirements.txt | 23 ----------------------- 2 files changed, 1 insertion(+), 24 deletions(-) diff --git a/requirements.txt b/requirements.txt index 210626e93..b01eb7950 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ python-novaclient>=10.1.0 # Apache-2.0 python-heatclient>=1.14.0 # Apache-2.0 python-mistralclient>=3.3.0 # Apache-2.0 pyzabbix>=0.7.4 # LGPL -networkx<2.0,>=1.11 # BSD +networkx>=1.11 # BSD oslo.config>=5.2.0 # Apache-2.0 oslo.context>=2.20.0 # Apache-2.0 oslo.db>=4.35.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 50852d0a7..b2223f2b3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,35 +3,12 @@ # process, which may cause wedges in the gate later. hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -python-dateutil>=2.7.0 # BSD coverage>=4.5.1 # Apache-2.0 -lxml>=4.1.1 # BSD -networkx<2.0,>=1.11 # BSD -PyMySQL>=0.8.0 # MIT License -python-ceilometerclient>=2.9.0 # Apache-2.0 -python-cinderclient>=3.5.0 # Apache-2.0 -python-neutronclient>=6.7.0 # Apache-2.0 -python-novaclient>=10.1.0 # Apache-2.0 -python-heatclient>=1.14.0 # Apache-2.0 python-subunit>=1.2.0 # Apache-2.0/BSD -pyzabbix>=0.7.4 # LGPL -oslo.db>=4.35.0 # Apache-2.0 -oslo.log>=3.37.0 # Apache-2.0 oslotest>=3.3.0 # Apache-2.0 -oslo.config>=5.2.0 # Apache-2.0 -oslo.messaging>=5.36.0 # Apache-2.0 -oslo.i18n>=3.20.0 # Apache-2.0 -oslo.policy>=1.34.0 # Apache-2.0 -pecan>=1.2.1 # BSD requests-mock>=1.4.0 # Apache-2.0 testrepository>=0.0.20 # Apache-2.0/BSD testscenarios>=0.5.0 # Apache-2.0/BSD testtools>=2.3.0 # MIT stestr>=2.0.0 # Apache-2.0 -stevedore>=1.28.0 # Apache-2.0 -voluptuous>=0.11.1 # BSD License -sympy>=1.1.1 # BSD reno>=2.7.0 # Apache-2.0 -pysnmp>=4.4.4 # BSD -osprofiler>=2.0.0 # Apache-2.0 -SQLAlchemy>=1.2.5 # MIT