From fadc07799a5d38272c57285f6cbf1d9105b5bbf5 Mon Sep 17 00:00:00 2001 From: jacky06 Date: Sat, 16 May 2020 01:10:17 +0800 Subject: Remove the unused coding style modules Python modules related to coding style checks (listed in blacklist.txt in openstack/requirements repo) are dropped from lower-constraints.txt as they are not actually used in tests (other than pep8). more info: https://github.com/openstack/requirements/blob/master/blacklist.txt Change-Id: I5cb9917358f595a9061a2e27ff5d570a6f75f53f --- lower-constraints.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 757a897..3555586 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -13,7 +13,6 @@ GitPython==1.0.1 iso8601==0.1.11 keystoneauth1==3.4.0 linecache2==1.0.0 -mccabe==0.2.1 netaddr==0.7.18 netifaces==0.10.4 os-client-config==1.28.0 -- cgit v1.2.1