Re-enable stubtest (#4979)

This commit is contained in:
Shantanu
2021-01-28 05:22:55 -08:00
committed by GitHub
parent e70d06962a
commit d7bbc9ea67

View File

@@ -84,7 +84,7 @@ jobs:
- run: ./tests/mypy_test_suite.py
stubtest:
name: Check stubs with stubtest
name: Check stdlib with stubtest
runs-on: ${{ matrix.os }}
strategy:
matrix:
@@ -101,8 +101,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U pip
pip install -U git+git://github.com/python/mypy@24fdf343
pip install -U git+git://github.com/python/mypy@master
- name: Run stubtest
run: python tests/stubtest_test.py --ignore-unused-whitelist
# TODO: re-enable this when possible.
continue-on-error: true