summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2019-04-25 17:36:27 +0300
committerPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2019-04-25 17:40:49 +0300
commit3fb9f8a079b91197cbbfde71ef5296af4bc14bd3 (patch)
treeae9870e0909e0535ae8f1fc17f366d5f3a798417
parent45c1a313ef1ebdf39212e02286ad989f55a5a194 (diff)
downloadcliff-3fb9f8a079b91197cbbfde71ef5296af4bc14bd3.tar.gz
Cap flake8 version
flake8 is generally not capped in upper constraints, and somewhere since 3.6.x it started to report a spurious error in cliff/app.py:409. Cap flake8 to <3.6 to unblock the pep8 CI. Change-Id: I0b12103e581a5c95f69da2cebf3310101150bd3b
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4680a6e..d8d31cd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,7 +24,7 @@ deps =
basepython = python3
deps =
-r{toxinidir}/test-requirements.txt
- flake8
+ flake8<3.6
commands =
flake8 cliff doc/source/conf.py setup.py
# Run security linter