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

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)
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