Skip to content

Commit 561271b

Browse files
committed
Upgrade pylint and pytest to be compatible with Python 3.8
1 parent 4b78b02 commit 561271b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements-dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
flake8==3.4.1
2-
pytest==3.10.0
3-
pytest-cov==2.6.0
2+
pytest==5.4.3
3+
pytest-cov==2.10.0
44
docker-py==1.10.6
55
coveralls==1.5.1
66
Sphinx==1.6.4
@@ -9,8 +9,8 @@ xxhash==1.3.0
99
python-snappy==0.5.3
1010
tox==3.5.3
1111
mock==3.0.5
12-
pylint==1.9.3
13-
pytest-pylint==0.12.3
12+
pylint==2.5.3
13+
pytest-pylint==0.17.0
1414
pytest-mock==1.10.0
1515
sphinx-rtd-theme==0.2.4
1616
crc32c==1.7

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ log_format = %(created)f %(filename)-23s %(threadName)s %(message)s
88

99
[testenv]
1010
deps =
11-
pytest<4.0
11+
pytest
1212
pytest-cov
1313
py{27,34,35,36,37,38,py}: pylint
1414
py{27,34,35,36,37,38,py}: pytest-pylint

0 commit comments

Comments
 (0)