aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-12-16 09:13:34 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2022-01-04 17:08:33 +0100
commit6f76143afed2d4f3e8a77b9d9a7e5db07ec1854b (patch)
tree09254025da5a7f86eed7734e342de2d4bb1a1265
parent379604ed4d2534f8a6980c4675575a2fd9161022 (diff)
Remove constraints on flake8
Change-Id: I23142c207c50eca24ad075a838f44d00293989b5 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 5681cabf..30d81ded 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
yamllint
ansible-lint