Skip to content

Commit 296c97a

Browse files
authored
Pin pylint to 2.4.* (#167)
Version 2.5.0 introduced a bug with the multiprocessing option. This happens often enough that we should have pylint pinned and only upgrade when we choose to do it. See pylint-dev/pylint#3524
1 parent 52ff6d8 commit 296c97a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
vmImage: 'ubuntu-16.04'
2828

2929
variables:
30-
CONDA_INSTALL_EXTRA: "black flake8 pylint"
30+
CONDA_INSTALL_EXTRA: "black flake8 pylint==2.4.*"
3131
PYTHON: '3.7'
3232

3333
steps:

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ dependencies:
1414
- coverage
1515
- black
1616
- flake8
17-
- pylint
17+
- pylint=2.4.*
1818
- sphinx=2.2.1
1919
- sphinx_rtd_theme=0.4.3

0 commit comments

Comments
 (0)