AdaCore / e3-core

Core framework for developing portable automated build systems
26 stars 36 forks source link

Pytest may not run with coverage #720

Closed grouigrokon closed 3 months ago

grouigrokon commented 4 months ago

When trying to run a single test with the latest pytest driver, it ends up with:

INTERNALERROR>   File ".../lib/python3.11/site-packages/_pytest/config/__init__.py", line 1709, in getoption
INTERNALERROR>     raise ValueError(f"no option named {name!r}") from e
INTERNALERROR> ValueError: no option named 'cov_source'