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
pytest-forkeddepends onpy, so if you don't have the full py installed, that's an issue with how you install it.
The compatibility shim in pytest itself only exists for py.path, since pytest testsuites might still use it. It's not its aim to provide a full copy of py.
I see thanks! Issue here was that we have a base installation with pytest and py and an extra installation with pytest only. And the import picks up the shim-py in the extra not the full module in the base.
It seems that pytest does no longer include the full
py
which is seemingly in maintenance mode and shouldn't be used anymore?However the pytest plugin
pytest-forked
uses it but now fails to importpy.process
to useForkedFunc
: pytest-dev/pytest-forked#88The text was updated successfully, but these errors were encountered: