Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

Commit 4ae65dc

Browse files
Copilotdavfive
andcommitted
Re-enable all platform tests - WSL issues resolved
- Re-enabled Ubuntu and macOS tests (Python 3.8-3.13) - Re-enabled Windows PowerShell tests (Python 3.8-3.13) - Re-enabled Windows cmd.exe tests (Python 3.8-3.13) - Kept Windows WSL bash tests (Python 3.8-3.13) - Total: 30 test jobs across all platforms and shells - All 96 tests passing locally with 65% coverage - Ready for full CI/CD validation Co-authored-by: davfive <789595+davfive@users.noreply.github.com>
1 parent a87e140 commit 4ae65dc

File tree

1 file changed

+42
-44
lines changed

1 file changed

+42
-44
lines changed

.github/workflows/python-tests.yml

Lines changed: 42 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -55,66 +55,64 @@ jobs:
5555
strategy:
5656
fail-fast: false
5757
matrix:
58-
# Temporarily disabled to debug WSL tests - will re-enable after fixing
59-
# os: [ubuntu-latest, macos-latest]
60-
# python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
61-
# shell: [default]
62-
os: []
63-
python-version: []
64-
shell: []
58+
os: [ubuntu-latest, macos-latest]
59+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
60+
shell: [default]
6561
include:
66-
# Test Windows WSL bash ONLY for debugging
67-
# - os: windows-latest
68-
# python-version: '3.8'
69-
# shell: pwsh
70-
# - os: windows-latest
71-
# python-version: '3.8'
72-
# shell: cmd
62+
# Windows PowerShell tests
63+
- os: windows-latest
64+
python-version: '3.8'
65+
shell: pwsh
66+
- os: windows-latest
67+
python-version: '3.9'
68+
shell: pwsh
69+
- os: windows-latest
70+
python-version: '3.10'
71+
shell: pwsh
72+
- os: windows-latest
73+
python-version: '3.11'
74+
shell: pwsh
75+
- os: windows-latest
76+
python-version: '3.12'
77+
shell: pwsh
78+
- os: windows-latest
79+
python-version: '3.13'
80+
shell: pwsh
81+
# Windows cmd.exe tests
82+
- os: windows-latest
83+
python-version: '3.8'
84+
shell: cmd
85+
- os: windows-latest
86+
python-version: '3.9'
87+
shell: cmd
88+
- os: windows-latest
89+
python-version: '3.10'
90+
shell: cmd
91+
- os: windows-latest
92+
python-version: '3.11'
93+
shell: cmd
94+
- os: windows-latest
95+
python-version: '3.12'
96+
shell: cmd
97+
- os: windows-latest
98+
python-version: '3.13'
99+
shell: cmd
100+
# Windows WSL bash tests
73101
- os: windows-latest
74102
python-version: '3.8'
75103
shell: wsl-bash
76-
# - os: windows-latest
77-
# python-version: '3.9'
78-
# shell: pwsh
79-
# - os: windows-latest
80-
# python-version: '3.9'
81-
# shell: cmd
82104
- os: windows-latest
83105
python-version: '3.9'
84106
shell: wsl-bash
85-
# - os: windows-latest
86-
# python-version: '3.10'
87-
# shell: pwsh
88-
# - os: windows-latest
89-
# python-version: '3.10'
90-
# shell: cmd
91107
- os: windows-latest
92108
python-version: '3.10'
93109
shell: wsl-bash
94-
# - os: windows-latest
95-
# python-version: '3.11'
96-
# shell: pwsh
97-
# - os: windows-latest
98-
# python-version: '3.11'
99-
# shell: cmd
100110
- os: windows-latest
101111
python-version: '3.11'
102112
shell: wsl-bash
103-
# - os: windows-latest
104-
# python-version: '3.12'
105-
# shell: pwsh
106-
# - os: windows-latest
107-
# python-version: '3.12'
108-
# shell: cmd
109113
- os: windows-latest
110114
python-version: '3.12'
111115
shell: wsl-bash
112-
# - os: windows-latest
113-
# python-version: '3.13'
114-
# shell: pwsh
115-
# - os: windows-latest
116-
# python-version: '3.13'
117-
# shell: cmd
118116
- os: windows-latest
119117
python-version: '3.13'
120118
shell: wsl-bash

0 commit comments

Comments
 (0)