Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit bb634f9

Browse files
committed
Pin to old versions of pytest as workaround for man-group/pytest-plugins#110.
1 parent 51082f3 commit bb634f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ minversion = 2.4
55
[testenv]
66
deps =
77
setuptools>=31.0.1
8+
# workaround for https://github.com/manahl/pytest-plugins/issues/110
9+
pytest < 4
810
commands =
911
pytest {posargs}
1012
usedevelop = True

0 commit comments

Comments
 (0)