mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-22 11:51:28 +08:00
Re-enable stubtest (#4979)
This commit is contained in:
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user