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

Use pytest instead of py.test, and test more Python versions #100

Merged
merged 2 commits into from
Mar 8, 2023

Conversation

ali1234
Copy link
Contributor

@ali1234 ali1234 commented Mar 5, 2023

Apparently py.test is no longer a supported way of referring to the pytest module.

Apparently `py.test` is no longer a supported way of referring to
the pytest module.
@ali1234 ali1234 changed the title Use pytest instead of py.test Use pytest instead of py.test, and test more Python versions Mar 7, 2023
"3.10" needs quotes, otherwise it becomes 3.1.
@Gadgetoid
Copy link
Contributor

I guess "py.test" implies the existence of a module "py" which is probably really bad ™️

I once wrote a module called rpi.version thinking it would coexist happily with rpi.gpio... it did not.

Thanks for fixing this!

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.

None yet

2 participants