Allow pylint failure due to false positives
…………
This commit is contained in:
parent
7ec16d97ee
commit
31afd58354
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue