cool-easter-32542
11/29/2024, 8:55 PME importlib.metadata.PackageNotFoundError: No package metadata was found for serenity-base
but only when I run via `pants test`; it passes when I just run pytest standalone. I believe this is because pytest is picking up the egg-info directory in the main source folder, which has the relevant metadata from the `pyproject.toml`: in this case, that the package name is serenity-base for distribution purposes.
Is there any way to get pants test to do the same?
pantsbuild/pants