File tree Expand file tree Collapse file tree 3 files changed +0
-14
lines changed
stdlib/@tests/stubtest_allowlists Expand file tree Collapse file tree 3 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments