Describe the bug
File "/home/ipaleka/dev/venvs/algt/lib/python3.9/site-packages/pytest_xprocess.py", line 4, in <module>
from _internal import getrootdir
ModuleNotFoundError: No module named '_internal'
To Reproduce
Steps to reproduce the behavior:
$ pip install pytest-xprocess
from xprocess import ProcessStarter
Expected behavior
Flawless execution like in 0.17.1.
Environment (please complete the following information):
- OS: Debian Stable (5.10.46-2 (2021-07-20) x86_64 GNU/Linux)
- Python Version: 3.9.2
- pytest-xprocess version: 0.18.0
A workaround is, well, to just download that file and place it in the environment's site-packages directory next to pytest_xprocess.py.