https://github.com/ddterm/gnome-shell-extension-ddterm/actions/runs/3330468879/jobs/5509011844
py is installed in system site packages, pytest and pytest-html are installed in a virtualenv (system site packages are enabled).
Seems that in this case py module from pytest takes precedence over pylib from system site packages (and breaks pytest-html).
Everything works fine with pytest==7.1.3, fails with pytest==7.2.0.