-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
I get this over most of my test infra.
from tests.conftest import MongoMockEnverror: Cannot find implementation or library stub for module named "tests.conftest" [import-not-found]
Tests is not a full module in pyproject
[tool.uv]
build-backend.module-name = ["mymodule"]I tried to add a tests\py.typed. No luck
What seems to work is relative imports:
from ...conftest import MongoMockEnvReactions are currently unavailable