typeddjango / pytest-mypy-plugins

pytest plugin for testing mypy types, stubs, and plugins
https://pypi.org/project/pytest-mypy-plugins/
MIT License
102 stars 24 forks source link

Does not work with `poetry@1.1.0` #39

Closed sobolevn closed 4 years ago

sobolevn commented 4 years ago

All types generate this error:

E     main:1: error: Cannot find implementation or library stub for module named 'returns.example' (diff)
E     main:1: note: See https://mypy.readthedocs.io/en/latest/running_mypy.html#missing-imports (diff)
E     main:3: note: Revealed type is 'Any'          (diff)

Related https://github.com/dry-python/returns/pull/659 Related https://github.com/HypothesisWorks/hypothesis/issues/2635

This is a critical bug.