Use stubtest 0.920 (#6589)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
Co-authored-by: Akuli <akuviljanen17@gmail.com>
This commit is contained in:
Shantanu
2021-12-17 03:58:11 -08:00
committed by GitHub
parent 5f850af3ba
commit 2ad00c9664
17 changed files with 121 additions and 56 deletions

View File

@@ -110,9 +110,7 @@ jobs:
- name: Update pip
run: python -m pip install -U pip
- name: Install dependencies
# Temporarily hard-code the mypy version used for stubtest
# run: pip install $(grep tomli== requirements-tests.txt) (grep mypy== requirements-tests.txt)
run: pip install mypy==0.910
run: pip install $(grep tomli== requirements-tests.txt) $(grep mypy== requirements-tests.txt)
- name: Run stubtest
run: python tests/stubtest_stdlib.py