Skip to content

_internal.py isn't shipped with the 0.18.0 version installed by PyPi #77

@ipaleka

Description

@ipaleka

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions