Skip to content
Snippets Groups Projects
Commit 759e1ebc authored by Prada Sarasola, Miguel's avatar Prada Sarasola, Miguel
Browse files

Remove py2-flake8_extended job

parent 669ed2d4
No related branches found
No related tags found
1 merge request!91Remove py2-flake8_extended job
Pipeline #139394 failed
......@@ -8,9 +8,7 @@
.flake8_extended_template:
stage: .post
before_script:
- ${PYTHON_VERSION} -m pip install flake8 flake8-isort flake8-builtins
# The following flake8 extensions only work on python3
- ${PYTHON_VERSION} -m pip install flake8-eradicate flake8-functions-names flake8-return flake8-functions || true
- ${PYTHON_VERSION} -m pip install flake8 flake8-isort flake8-builtins flake8-eradicate flake8-functions-names flake8-return flake8-functions
script: ${PYTHON_VERSION} -m flake8 --max-line-length 120 --statistics --show-source .
allow_failure: true
......@@ -49,11 +47,6 @@
- .flake8_extended_template
- .py3_template
.py2-flake8_extended:
extends:
- .flake8_extended_template
- .py2_template
.py3-security:
extends:
- .security_template
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment