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

Commit 37e04e9

Browse files
committed
Workaround for more_itertools incompatibility
See pytest-dev/pytest#5854
1 parent 6d7f53c commit 37e04e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ install_requires =
6868
molecule >= 2.22rc6
6969
pytest >= 3.50
7070
pyyaml >= 5.1, < 6
71+
# https://github.com/pytest-dev/pytest/issues/5854
72+
more_itertools >= 5, < 6; python_version<"3.0"
73+
more_itertools >= 6; python_version>="3.0"
7174

7275
[options.extras_require]
7376
docker =

0 commit comments

Comments
 (0)