From d8042874e996281ad03172f423403dbe531486e8 Mon Sep 17 00:00:00 2001 From: jacky06 Date: Sat, 16 May 2020 01:10:09 +0800 Subject: [PATCH] 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: I971a50a34856d1b9050d6e2423bc9c9058f7932c --- lower-constraints.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 9cc38298..c6bd463a 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -21,7 +21,6 @@ Jinja2==2.10 keystoneauth1==3.4.0 linecache2==1.0.0 MarkupSafe==1.0 -mccabe==0.2.1 mox3==0.20.0 msgpack-python==0.4.0 netaddr==0.7.18