Re-enable stdlib stubtest on macos (#6696)

This commit is contained in:
Akuli
2021-12-26 20:59:04 +02:00
committed by GitHub
parent a54e21992c
commit 66ed211691
7 changed files with 32 additions and 6 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -9,3 +9,5 @@ ntpath.splitunc
posix.stat_float_times
ssl.OP_ENABLE_MIDDLEBOX_COMPAT
ssl.Options.OP_ENABLE_MIDDLEBOX_COMPAT
uuid.lib

View File

@@ -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

View File

@@ -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

View File

@@ -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__