Closed sobolevn closed 4 years ago
Currently this code does not work:
- case: mypy_path_from_env main: | from pair import Pair a: Pair reveal_type(a) # N: Revealed type is 'pair.Pair' env: - MYPYPATH=./pytest_mypy_plugins/tests/fixtures
Because currently pytest-mypy-plugins does not respect this way of defining variables.
pytest-mypy-plugins
Closed by https://github.com/typeddjango/pytest-mypy-plugins/pull/44
Currently this code does not work:
Because currently
pytest-mypy-plugins
does not respect this way of defining variables.