From 1e52164142931cc88ad870ba479b7d2213f39624 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: Ia5502d5425eea30ce5fb4d14b9275f7c5be91f86 --- lower-constraints.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index f61acb5..7c86ea3 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -5,21 +5,16 @@ 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 keystoneauth1==3.4.0 linecache2==1.0.0 -mccabe==0.2.1 mock==2.0.0 mox3==0.20.0 os-client-config==1.28.0 oslotest==3.2.0 pbr==2.0.0 -pep8==1.5.7 -pyflakes==0.8.1 python-mimeparse==1.6.0 python-subunit==1.0.0 pytz==2013.6 -- cgit v1.2.1