mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-24 17:54:01 +08:00
[CI] Remove @disjoint_base hacks (#14854)
This commit is contained in:
@@ -50,9 +50,6 @@ jobs:
|
||||
check-latest: true
|
||||
- name: Install dependencies
|
||||
run: pip install -r requirements-tests.txt
|
||||
# Temporary to get @disjoint_base support; can remove once mypy 1.18 is released
|
||||
- name: Install mypy from git
|
||||
run: pip install git+https://github.com/python/mypy.git@116b92bae7b5dbf5e6bd36fd9b0c6804973e5554
|
||||
- name: Run stubtest
|
||||
run: python tests/stubtest_stdlib.py
|
||||
|
||||
|
||||
@@ -46,8 +46,5 @@ jobs:
|
||||
check-latest: true
|
||||
- name: Install dependencies
|
||||
run: pip install -r requirements-tests.txt
|
||||
# Temporary to get @disjoint_base support; can remove once mypy 1.18 is released
|
||||
- name: Install mypy from git
|
||||
run: pip install git+https://github.com/python/mypy.git@116b92bae7b5dbf5e6bd36fd9b0c6804973e5554
|
||||
- name: Run stubtest
|
||||
run: python tests/stubtest_stdlib.py
|
||||
|
||||
Reference in New Issue
Block a user