Skip to content

Commit 2ed2765

Browse files
authored
[CI] Remove @disjoint_base hacks (#14854)
1 parent 3ee1e5b commit 2ed2765

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

.github/workflows/daily.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ jobs:
5050
check-latest: true
5151
- name: Install dependencies
5252
run: pip install -r requirements-tests.txt
53-
# Temporary to get @disjoint_base support; can remove once mypy 1.18 is released
54-
- name: Install mypy from git
55-
run: pip install git+https://github.com/python/mypy.git@116b92bae7b5dbf5e6bd36fd9b0c6804973e5554
5653
- name: Run stubtest
5754
run: python tests/stubtest_stdlib.py
5855

.github/workflows/stubtest_stdlib.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,5 @@ jobs:
4646
check-latest: true
4747
- name: Install dependencies
4848
run: pip install -r requirements-tests.txt
49-
# Temporary to get @disjoint_base support; can remove once mypy 1.18 is released
50-
- name: Install mypy from git
51-
run: pip install git+https://github.com/python/mypy.git@116b92bae7b5dbf5e6bd36fd9b0c6804973e5554
5249
- name: Run stubtest
5350
run: python tests/stubtest_stdlib.py

stdlib/@tests/stubtest_allowlists/darwin-py313.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,3 @@
33
# =======
44

55
(mmap.MAP_32BIT)? # Exists locally on MacOS but not on GitHub
6-
7-
8-
# ================
9-
# Unclear problems
10-
# ================
11-
12-
# Added in 3.11.1, flagged by stubtest on Python < 3.14 for unknown reasons
13-
errno.ENOTCAPABLE

0 commit comments

Comments
 (0)