ci: Freeze pylint version

This will prevent the CI from "randomly" breaking every now and
then, because of added lints in pylint.  From now on, pylint is
updated manually.
This commit is contained in:
Daan Sprenkels
2020-06-15 16:19:58 +02:00
parent 4a1df11b40
commit 61fa646353
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ pylint:
- apt-get -qq install -y python3 python3-venv python3-pip - apt-get -qq install -y python3 python3-venv python3-pip
- python3 -m venv venv - python3 -m venv venv
- source venv/bin/activate - source venv/bin/activate
- pip install -r requirements.txt pylint - pip install -r requirements.txt
script: script:
- pylint marietje/marietje marietje/metrics marietje/playerapi marietje/queues marietje/songs marietje/stats - pylint marietje/marietje marietje/metrics marietje/playerapi marietje/queues marietje/songs marietje/stats

View File

@ -2,3 +2,4 @@ django>=2.2,<2.3
mutagen mutagen
argon2-cffi argon2-cffi
prometheus_client prometheus_client
pylint==2.5.3