You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that pytest is missing type hint support for the plugin pytest-assume, which makes mypy fail to find the function pytest.assume, even though the plugin has been installed. I was told that this issue should likely be fixed in this repo, and not by adding a type hints to typeshed (see the original issue I created over at mypy: python/mypy#9326).
It seems that pytest is missing type hint support for the plugin
pytest-assume
, which makesmypy
fail to find the functionpytest.assume
, even though the plugin has been installed. I was told that this issue should likely be fixed in this repo, and not by adding a type hints to typeshed (see the original issue I created over at mypy: python/mypy#9326).Here is a reproducer, run on ubuntu-20.04:
Which gives me this output when run:
The text was updated successfully, but these errors were encountered: