Skip to content

Commit 89effbb

Browse files
committed
Pin pylint to old version
Pin pylint to old version to prevent new errors from appearing. This is so that we don't have to refactor the codebase of a bugfix branch, just to make pylint errors go away.
1 parent 9892fff commit 89effbb

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

requirements-dev.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@ bottle
33
jsonpatch
44
mock>=2.0.0
55
pep8
6-
pylint
6+
7+
# Pin to an old version so that new errors don't start appearing on the
8+
# bugfix-only 1.5 branch. Don't propagate this pinned version to the master
9+
# branch.
10+
pylint==1.5.5
11+
712
pytest>=2.8.3
813
pytest-cov
914
pytest-xdist
1015
sphinx>=1.5,<1.6
1116
sqlalchemy
12-
tox
17+
tox

0 commit comments

Comments
 (0)