From d198330e98f2a75b6344e2d841d3fd33741e28a9 Mon Sep 17 00:00:00 2001 From: jacky06 Date: Sat, 16 May 2020 01:10:09 +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: I65f45f9e8788d3a7df4078c3f1cc6eaf0069c140 --- lower-constraints.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index a9a9af2..9df7afe 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -5,16 +5,13 @@ coverage==4.0 debtcollector==1.2.0 extras==1.0.0 fixtures==3.0.0 -flake8==2.5.5 gitdb==0.6.4 GitPython==1.0.1 -hacking==0.12.0 iso8601==0.1.11 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 @@ -27,8 +24,6 @@ oslo.serialization==2.18.0 oslo.utils==3.33.0 oslotest==3.2.0 pbr==2.0.0 -pep8==1.5.7 -pyflakes==0.8.1 pyparsing==2.1.0 python-mimeparse==1.6.0 python-subunit==1.0.0 -- cgit v1.2.1