mypy: add types-six to the list of installed packages (#24207)

See https://mypy-lang.blogspot.com/2021/05/the-upcoming-switch-to-modular-typeshed.html
for a broader explanation.
This commit is contained in:
Massimiliano Culpo 2021-06-08 22:46:25 +02:00 committed by GitHub
parent 92bef1da6f
commit fd03d539cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ jobs:
python-version: 3.9
- name: Install Python packages
run: |
pip install --upgrade pip six setuptools flake8 mypy>=0.800 black
pip install --upgrade pip six setuptools flake8 mypy>=0.800 black types-six
- name: Setup git configuration
run: |
# Need this for the git tests to succeed.