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

Replace pip with pytest in check() doctest #1

Merged
merged 2 commits into from
Jun 9, 2022

Conversation

mgorny
Copy link
Contributor

@mgorny mgorny commented May 9, 2022

Replace the use of pip with pytest in the doctest for check()
function. Pip is pretty heavy dependency-wise and makes testing hard
while bootstrapping a new Python version, and pytest is used to run
tests anyway.

Replace the use of `pip` with `pytest` in the doctest for `check()`
function.  Pip is pretty heavy dependency-wise and makes testing hard
while bootstrapping a new Python version, and pytest is used to run
tests anyway.
@jaraco
Copy link
Owner

jaraco commented Jun 9, 2022

LGTM.

@jaraco jaraco merged commit 32d61d2 into jaraco:main Jun 9, 2022
@jaraco
Copy link
Owner

jaraco commented Jun 9, 2022

Released as 0.4.0.

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