[CI] Remove @disjoint_base hacks (#14854)

This commit is contained in:
Sebastian Rittau
2025-10-08 21:36:59 +02:00
committed by GitHub
parent 3ee1e5b893
commit 2ed2765d8d
3 changed files with 0 additions and 14 deletions
-3
View File
@@ -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
-3
View File
@@ -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
@@ -3,11 +3,3 @@
# =======
(mmap.MAP_32BIT)? # Exists locally on MacOS but not on GitHub
# ================
# Unclear problems
# ================
# Added in 3.11.1, flagged by stubtest on Python < 3.14 for unknown reasons
errno.ENOTCAPABLE