From c6961e1f737194e128e95cb107e0cb93a598b460 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: If14b70ceb1642ba3b81385a49fb0686be7628a2d --- lower-constraints.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index d1b2522..9ee0563 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -8,17 +8,14 @@ docutils==0.11 dulwich==0.15.0 extras==1.0.0 fixtures==3.0.0 -flake8==2.5.5 gitdb==0.6.4 GitPython==1.0.1 -hacking==2.0.0 imagesize==0.7.1 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 mypy==0.720 netaddr==0.7.18 @@ -28,8 +25,6 @@ oslo.i18n==3.15.3 oslo.log==3.36.0 oslotest==3.2.0 pbr==2.0.0 -pep8==1.5.7 -pyflakes==0.8.1 Pygments==2.2.0 python-mimeparse==1.6.0 python-subunit==1.0.0 -- cgit v1.2.1