Skip to content

Commit eae0edd

Browse files
committed
Pin pytest on 3.x -- we arent ready for pytest 4.0 yet
1 parent 21d68c9 commit eae0edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

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

1010
[testenv]
1111
deps =
12-
pytest
12+
pytest<4.0
1313
pytest-cov
1414
py{27,34,35,36,py}: pylint
1515
py{27,34,35,36,py}: pytest-pylint

0 commit comments

Comments
 (0)