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
Mypy is listed as a dependency of pytest-asyncio under the testing extra. Mypy is not a runtime dependency of pytest-asyncio, nor is it required to run the tests.
Mypy should be removed from the testing dependencies and the requirements.txt and constraints.txt files should be adjusted accordingly.