Commit 00740f5
authored
Add py as dependency (#555)
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>
Signed-off-by: Erik Bloß <erik.bloss@smartmicro.de>1 parent ea89db8 commit 00740f5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments