Skip to content

Commit e9eee40

Browse files
authored
Pin pylint-django to avoid py2 issue on PR checks (#419)
1 parent 8e2849a commit e9eee40

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tox-requirements-2.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Test reqs
22
prospector[with_pyroma]==0.12.7
33
pylint==1.8.2
4+
# Pin pylint-django for py2 compatibility
5+
pylint-django<2.5.0
46
pep8-naming==0.5.0
57
pytest==3.8.1
68
mock==2.0.0

0 commit comments

Comments
 (0)