Conversation
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ß <erik.bloss@smartmicro.de>
|
@BeyondEvil lets release this as quick workaround and see to ensure the py.xml removal in a more sensible manner later |
|
We deployed this fix on our local devpi server and can confirm that this indeed fixes the crash. |
|
Any idea why tests are failing? |
|
v3.2.0 released |
There should probably an issue for that so it doesn't get lost? Or is there and I just didn't find it? |
There’s a project and a label: next-gen. Working on the last bits before putting an RC on pypi. |
|
Everyone is dropping py and we add it as a dependency... 🤕 |
Yeah, maybe instead of renaming the master branch, you could actually contribute towards v4 (next-gen) ? |
|
This issue still affects me with pytest-html TESTING ROOTFS |
|
@BrianOpteran You’ll either have to install py explicitly or start using 4.0.0rc4 |
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ß erik.bloss@smartmicro.de