From 052609a377786656fec22aa7d6ed14f0f9027219 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 10 May 2021 16:54:42 +0200 Subject: Fix Flake8 abstact and concrete deps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's no longer managed by OpenStack requirements. Co-Authored-By: Vincent Danno Change-Id: I7c509d483b4daf9c8b47390426d9f60f8a6a7482 Signed-off-by: Cédric Ollivier --- test-requirements.txt | 2 +- upper-constraints.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 28f97df4..aca261e3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,7 +4,7 @@ coverage!=4.4 # Apache-2.0 mock!=4.0.0,!=4.0.1 # BSD nose # LGPL -flake8<2.6.0,>=2.5.4 # MIT +flake8 # MIT pylint # GPLv2 sphinx!=1.6.6,!=1.6.7,!=2.1.0,!=3.0.0 # BSD sphinx-rtd-theme diff --git a/upper-constraints.txt b/upper-constraints.txt index 6aca7c83..ee04cbc5 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -4,6 +4,6 @@ behave===1.2.6 behave-html-formatter===0.9.4;python_version>='3.5' pylint===1.9.5;python_version=='2.7' pylint===2.4.4;python_version=='3.8' -flake8===3.7.9 +flake8===3.9.2 nose===1.3.7 ansible-lint===4.3.7 -- cgit 1.2.3-korg