jaraco / nspektr

MIT License
3 stars 2 forks source link

Replace pip with pytest in check() doctest #1

Closed mgorny closed 2 years ago

mgorny commented 2 years ago

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 commented 2 years ago

LGTM.

jaraco commented 2 years ago

Released as 0.4.0.