Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop using more-itertools #437

Open
wants to merge 8 commits into
base: my-master
Choose a base branch
from
Open

Stop using more-itertools #437

wants to merge 8 commits into from

Conversation

blueyed
Copy link
Owner

@blueyed blueyed commented Sep 30, 2020

We barely use it; the couple places that do are not really worth the
extra dependency, I think the code is clearer without it.

Also simplifies one (regular) itertools usage.

Also improves a check and an error message in pytest.raises.

(cherry picked from commit 96a48f0)

Conflicts:
setup.cfg
src/_pytest/python_api.py
src/_pytest/terminal.py

@blueyed blueyed force-pushed the mm-rm-more-itertools branch from e483f1b to 8815a61 Compare October 2, 2020 09:36
@blueyed blueyed force-pushed the mm-rm-more-itertools branch from 0051f0a to a9aec38 Compare October 27, 2020 19:05
bluetech and others added 8 commits November 5, 2020 06:53
We barely use it; the couple places that do are not really worth the
extra dependency, I think the code is clearer without it.

Also simplifies one (regular) itertools usage.

Also improves a check and an error message in `pytest.raises`.

(cherry picked from commit 96a48f0)

Conflicts:
	setup.cfg
	src/_pytest/python_api.py
	src/_pytest/terminal.py
…cker::test_typechecking (regressed in 2dca68)
@blueyed blueyed force-pushed the mm-rm-more-itertools branch from b9c3dee to 4e336c4 Compare November 5, 2020 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants