mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 08:47:39 +08:00
Re-enable stdlib stubtest on macos (#6696)
This commit is contained in:
5
.github/workflows/stubtest.yml
vendored
5
.github/workflows/stubtest.yml
vendored
@@ -18,9 +18,8 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
# Temporarily disable "macos-latest", since Python 3.10.1 is not available.
|
||||
# os: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
||||
os: ["ubuntu-latest", "windows-latest"]
|
||||
# macos-11 does not have tcl/tk installed, needed for stubtesting tkinter
|
||||
os: ["ubuntu-latest", "windows-latest", "macos-10.15"]
|
||||
# Temporarily hard-coded 3.10.1 due to stubtest incompatibilities.
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10.1"]
|
||||
fail-fast: false
|
||||
|
||||
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@@ -94,9 +94,8 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
# Temporarily disable "macos-latest", since Python 3.10.1 is not available.
|
||||
# os: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
||||
os: ["ubuntu-latest", "windows-latest"]
|
||||
# macos-11 does not have tcl/tk installed, needed for stubtesting tkinter
|
||||
os: ["ubuntu-latest", "windows-latest", "macos-10.15"]
|
||||
# Temporarily hard-coded 3.10.1 due to stubtest incompatibilities.
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10.1"]
|
||||
fail-fast: false
|
||||
|
||||
@@ -10,3 +10,10 @@ os.CLD_STOPPED
|
||||
os.POSIX_SPAWN_CLOSE
|
||||
os.POSIX_SPAWN_DUP2
|
||||
os.POSIX_SPAWN_OPEN
|
||||
|
||||
mmap.MADV_FREE
|
||||
posix.CLD_KILLED
|
||||
posix.CLD_STOPPED
|
||||
posix.POSIX_SPAWN_CLOSE
|
||||
posix.POSIX_SPAWN_DUP2
|
||||
posix.POSIX_SPAWN_OPEN
|
||||
|
||||
@@ -9,3 +9,5 @@ ntpath.splitunc
|
||||
posix.stat_float_times
|
||||
ssl.OP_ENABLE_MIDDLEBOX_COMPAT
|
||||
ssl.Options.OP_ENABLE_MIDDLEBOX_COMPAT
|
||||
|
||||
uuid.lib
|
||||
|
||||
@@ -4,3 +4,8 @@ _?curses.A_ITALIC
|
||||
os.POSIX_SPAWN_CLOSE
|
||||
os.POSIX_SPAWN_DUP2
|
||||
os.POSIX_SPAWN_OPEN
|
||||
|
||||
mmap.MADV_FREE
|
||||
posix.POSIX_SPAWN_CLOSE
|
||||
posix.POSIX_SPAWN_DUP2
|
||||
posix.POSIX_SPAWN_OPEN
|
||||
|
||||
@@ -8,3 +8,10 @@ os.CLD_STOPPED
|
||||
os.POSIX_SPAWN_CLOSE
|
||||
os.POSIX_SPAWN_DUP2
|
||||
os.POSIX_SPAWN_OPEN
|
||||
|
||||
mmap.MADV_FREE
|
||||
posix.CLD_KILLED
|
||||
posix.CLD_STOPPED
|
||||
posix.POSIX_SPAWN_CLOSE
|
||||
posix.POSIX_SPAWN_DUP2
|
||||
posix.POSIX_SPAWN_OPEN
|
||||
|
||||
@@ -53,3 +53,10 @@ socket.AddressInfo.AI_DEFAULT
|
||||
socket.AddressInfo.AI_MASK
|
||||
socket.AddressInfo.AI_V4MAPPED_CFG
|
||||
socket.MsgFlag.MSG_EOF
|
||||
|
||||
posix.NGROUPS_MAX
|
||||
posix.error.characters_written
|
||||
resource.error.characters_written
|
||||
select.POLLRDHUP
|
||||
webbrowser.MacOSX.__init__
|
||||
webbrowser.MacOSXOSAScript.__init__
|
||||
|
||||
Reference in New Issue
Block a user