You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This dependency was implicitely set through pytest. With [1] the
dependency was removed from pytest, so pytest-html fails with:
ModuleNotFoundError: No module named 'py.xml'; 'py' is not a package
Specify it explicitely as dependency to fix the issue.
[1] pytest-dev/pytest@19dda7c
Signed-off-by: Erik Bloß <[email protected]>
Signed-off-by: Erik Bloß <[email protected]>
0 commit comments