mirror of https://github.com/scrapy/scrapy.git
tests: freeze pylint==2.7.4
This commit is contained in:
parent
d06dcb8246
commit
6d7179b6b7
3
tox.ini
3
tox.ini
|
|
@ -65,7 +65,8 @@ deps =
|
||||||
reppy
|
reppy
|
||||||
robotexclusionrulesparser
|
robotexclusionrulesparser
|
||||||
# Test dependencies
|
# Test dependencies
|
||||||
pylint
|
# Force the pylint version used in CI for the 2.5.0 tag
|
||||||
|
pylint==2.7.4
|
||||||
commands =
|
commands =
|
||||||
pylint conftest.py docs extras scrapy setup.py tests
|
pylint conftest.py docs extras scrapy setup.py tests
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue