Skip to content

Commit 051ced0

Browse files
committed
TST exclude pytest versions with broken unicode doctest handling.
The issue is fixed in pytest-dev/pytest#2500
1 parent fc49d1c commit 051ced0

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
@@ -8,7 +8,7 @@ envlist = py27, pypy, py33, py34, py35, py36
88

99
[testenv]
1010
deps =
11-
pytest
11+
pytest !=3.1.1, !=3.1.2
1212
pytest-cov
1313
commands =
1414
py.test \

0 commit comments

Comments
 (0)