From 74317a34454e3cfbb51ec7e0416b4188f1416418 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Sat, 17 Aug 2019 12:03:50 +0100 Subject: [PATCH] Fixed use of flake8 Flake8 was wrongly listed as a runtime dependency. That mistake messed system flake8 version. Flake8 is a test requirement not a runtime one. Also flake8 version is already determined by hacking version, so we update it to recent version. Change-Id: Iccd9dc6f2508127f17712d16dfce6538ff83807e --- requirements.txt | 1 - test-requirements.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d283dec0f..552e6cbab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,5 @@ networkx>=1.10,<2.3;python_version<'3.0' # BSD networkx>=1.10;python_version>='3.4' # BSD pbr!=2.1.0,>=2.0.0 # Apache-2.0 PyYAML>=3.12 # MIT -flake8<2.6.0,>=2.5.4 # MIT six>=1.10.0 # MIT stevedore>=1.20.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 80a48f6e2..39957c964 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking<0.11,>=0.10.0 +hacking<1.2.0,>=1.1.0 pylint==1.7.6;python_version=='2.7' # GPLv2 pylint;python_version>'3.0' #GPLv2