Merge branch 'allow-pylint-failures' into 'master'

Allow pylint failure due to false positives

See merge request poezio/poezio!92
This commit is contained in:
mathieui 2020-05-09 19:41:21 +02:00
commit d22b4b8c21

View file

@ -67,6 +67,7 @@ pytest-latest:
pylint-latest:
stage: lint
allow_failure: true
image: python:3
script:
- apt-get update && apt-get install -y libidn11-dev