Skip to content

Commit 4df3d13

Browse files
committed
pytest 5.x.x not compatible with <py35
1 parent 28b187c commit 4df3d13

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 @@ pip_pre = False
88
deps =
99
requests{env:REQUESTS_VERSION:>=2.0}
1010
mock
11-
pytest>=2.3.5
11+
pytest>=2.3.5, <5.0.0
1212
pytest-xdist
1313
betamax>=0.5.1
1414
betamax_matchers>=0.3.0

0 commit comments

Comments
 (0)