Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI broken due to python/mypy#4693 #2035

Closed
JelleZijlstra opened this issue Apr 9, 2018 · 0 comments
Closed

CI broken due to python/mypy#4693 #2035

JelleZijlstra opened this issue Apr 9, 2018 · 0 comments

Comments

@JelleZijlstra
Copy link
Member

Due to python/mypy#4693, mypy now requires an install of every Python version used to run it. This breaks our CI because we run mypy_test.py without 3.3, 3.6, or 3.7 installed: https://travis-ci.org/python/typeshed/jobs/364264726.

Two solutions:

  • Install all the necessary Python versions in Travis
  • Make mypy support running with --python-version 3.3 if there is no 3.3. This means it would not be able to find PEP 561-style packages. This is fine for the use case of typeshed's CI.

cc @ethanhs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant