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