diff options
author | 2021-05-10 16:54:42 +0200 | |
---|---|---|
committer | 2021-05-10 16:55:50 +0200 | |
commit | 052609a377786656fec22aa7d6ed14f0f9027219 (patch) | |
tree | 27d2ec05eb8393bb92fbaa9cf67bc607d815f0c7 | |
parent | eddde23de6b133486c6d23a19f9197025a00c459 (diff) |
Fix Flake8 abstact and concrete deps
It's no longer managed by OpenStack requirements.
Co-Authored-By: Vincent Danno <vincent.danno@orange.com>
Change-Id: I7c509d483b4daf9c8b47390426d9f60f8a6a7482
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | test-requirements.txt | 2 | ||||
-rw-r--r-- | 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 |