Skip to content
Snippets Groups Projects
Commit 69143dbd authored by Daniel Scheffler's avatar Daniel Scheffler
Browse files

Fix for incompatible version of pycodestyle during CI.

parent ea2f70aa
No related branches found
No related tags found
No related merge requests found
Pipeline #3094 passed
......@@ -39,6 +39,7 @@ test_styles:
- source /root/miniconda3/bin/activate
- export GDAL_DATA=/root/miniconda3/share/gdal
- export PYTHONPATH=$PYTHONPATH:/root # /root <- directory needed later
- pip install "pycodestyle>=2.0.0,!=2.4.0" # TODO remove as soon as docker runner is recreated
- make lint
artifacts:
paths:
......
......@@ -36,7 +36,7 @@ dependencies:
- flake8
- pycodestyle
- pylint
- pydocstyle
- pycodestyle<2.4.0 # fixes ImportError: module 'pycodestyle' has no attribute 'break_around_binary_operator'
- nose
- nose2
- nose-htmloutput
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment