summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2018-09-17 09:45:20 +0200
committerlouiz’ <louiz@louiz.org>2018-09-17 09:46:54 +0200
commit791d44f1b906b873a741ec1973e6a3738e33064d (patch)
tree048b650699b3a8c7c7d94fa92f4d37b8b9af7836
parent0b8fef46f712cd1c534a53a963bd6d1dfe9f6794 (diff)
downloadpoezio-791d44f1b906b873a741ec1973e6a3738e33064d.tar.gz
poezio-791d44f1b906b873a741ec1973e6a3738e33064d.tar.bz2
poezio-791d44f1b906b873a741ec1973e6a3738e33064d.tar.xz
poezio-791d44f1b906b873a741ec1973e6a3738e33064d.zip
Disable the pylint CI test until upstream's bug is fixed
See https://github.com/PyCQA/pylint/issues/2439
-rw-r--r--.gitlab-ci.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7814ea09..68e9f517 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -74,19 +74,6 @@ pytest-latest:
- python3 setup.py install
- py.test -v test/
-pylint-latest:
- stage: test
- image: python:3
- script:
- - apt-get update && apt-get install -y libidn11-dev
- - git clone git://git.louiz.org/slixmpp
- - pip3 install pylint pyasn1-modules cffi --upgrade
- - cd slixmpp
- - python3 setup.py install
- - cd ..
- - python3 setup.py install
- - pylint -E poezio
-
pylint-plugins:
stage: test
image: python:3