Skip to content

Commit 995664c

Browse files
authored
Pin pylint and lz4 to avoid breaking tests (#1330)
1 parent 580520b commit 995664c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ pytest-catchlog==1.2.2
55
docker-py==1.10.6
66
coveralls==1.2.0
77
Sphinx==1.6.4
8-
lz4==0.10.1
8+
lz4==0.11.1
99
xxhash==1.0.1
1010
python-snappy==0.5.1
1111
tox==2.9.1
12+
pylint==1.8.0
1213
pytest-pylint==0.7.1
1314
# pytest-sugar==0.9.0
1415
pytest-mock==1.6.3

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ deps =
1212
pytest
1313
pytest-cov
1414
pytest-catchlog
15+
py{27,34,35,36,py}: pylint==1.8.0
1516
py{27,34,35,36,py}: pytest-pylint
1617
pytest-sugar
1718
pytest-mock
1819
mock
1920
python-snappy
20-
lz4
21+
lz4==0.11.1
2122
xxhash
2223
py26: unittest2
2324
commands =

0 commit comments

Comments
 (0)