summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJohn L. Villalovos <openstack.org@sodarock.com>2018-04-10 16:48:00 -0700
committerJohn L. Villalovos <openstack.org@sodarock.com>2018-04-10 16:48:26 -0700
commitca91d4d871bae437da2c6173e7a0aad5c3b44532 (patch)
tree75e2c268c054bf7df496d1c55891bb2cec359a3a /test-requirements.txt
parentfc15be6e329a41ab4cf634c53a54441694c41195 (diff)
downloadironic-ca91d4d871bae437da2c6173e7a0aad5c3b44532.tar.gz
Remove pycodestyle version pin. Add E402 and W503 to ignore.
Rather than pinning pycodestyle, ignore the E402 and W503 error. Fix issue with E731 (Do not assign a lambda expression, use a def). W503 is something we will likely never enable as it is a personal style decision and can change depending on the code. There is no one right answer. Interestingly there is also a W504 which is the opposite check. E402 is one we should most likely fix. But it can be done in a follow patch or patches. List of various error codes: https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes Change-Id: Ie2c31a8a3c75beeef22453cab5878cf0094bdf3f
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 57963854a..eeea491e0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -18,4 +18,3 @@ testscenarios>=0.4 # Apache-2.0/BSD
WebTest>=2.0.27 # MIT
bashate>=0.5.1 # Apache-2.0
flake8-import-order>=0.13 # LGPLv3
-pycodestyle<=2.3.1