-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
bugmypy got something wrongmypy got something wrong
Description
Bug Report
Running mypy --install-types suggest installation of stubs that are ot compatible with the current running version of python.
To Reproduce
(Write your steps here:)
- Create a project containing
import OpenSSL.crypto mypy --install-types
Expected Behavior
Does not suggest installing library stubs incompatible with python version.
Actual Behavior
Suggests (and installs) stubs incompatible with the current version.
Your Environment
- Mypy version used: 0.901
- Mypy command-line flags: none
- Mypy configuration options from
mypy.ini(and other config files): none - Python version used: 3.8, 3.9
- Operating system and version: Debian
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugmypy got something wrongmypy got something wrong