-
Notifications
You must be signed in to change notification settings - Fork 241
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
Missing Dependency "py.xml" with pytest 7.2.0 #553
Comments
Same for me. |
I have the same problem after updating pytest 6.X to pytest 7.X, are someone planning to release a new version of the plugin? |
same for me |
Same for me. |
Thanks for merging and releasing this quickly 💯 |
closing as fixed by #555 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With latest pytest 7.2.0 we get a
ModuleNotFoundError: No module named 'py.xml'; 'py' is not a package
The py package dependency was removed here: pytest-dev/pytest@19dda7c
This could be fixed by specifying the dependency in the pytest-html package itself.
The text was updated successfully, but these errors were encountered: