Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
cd21098
Mark Windows-specific test failures as expected failures
samchakra0204 Apr 29, 2026
23a47a3
Remove Windows test skips from CI to enable expected failure testing
samchakra0204 Apr 29, 2026
cbf6fb7
Use expectedFailureIfWindows to avoid unexpected passes on non-Windows
samchakra0204 May 7, 2026
005fca1
Normalize Windows venv executable name in test_venv
samchakra0204 May 7, 2026
f3c3454
Use expectedFailureIfWindows for venv tests failing only on Windows
samchakra0204 May 7, 2026
d31cda8
Revert Windows-specific venv executable normalization in test_venv
samchakra0204 May 9, 2026
20a3067
Mark venv tests as expected failures on Windows and catch exceptions
samchakra0204 May 9, 2026
29e542b
Minimize venv patch to Windows expected failures only
samchakra0204 May 9, 2026
b1e1f44
Mark 4 failing venv tests as expected failure on Windows
samchakra0204 May 9, 2026
16897fa
Fix mangled UTF-8 in venv Windows expected failure markers
samchakra0204 May 18, 2026
56c17f0
Remove stale Windows expected failures in test_venv
samchakra0204 May 18, 2026
108e4c4
Merge remote-tracking branch 'upstream/main'
samchakra0204 May 18, 2026
b9096ac
Apply reviewer suggestions: add test_set to Windows env_polluting_tes…
samchakra0204 May 18, 2026
030bee3
Remove stale Windows expectedFailureIfWindows markers from pathlib an…
samchakra0204 May 18, 2026
ddcce88
Clear env_polluting_tests for CI workflows
samchakra0204 May 18, 2026
7f2a95e
Skip specific tests in Windows 2025 CI workflow
samchakra0204 May 18, 2026
562a6c7
Fix CI workflow and test_venv decorator issues
samchakra0204 May 18, 2026
479e21a
Fix snippets CI failures
samchakra0204 May 18, 2026
a66133f
Scope venv expected failures
samchakra0204 May 18, 2026
bd3cbcc
Update test_venv.py
samchakra0204 May 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ jobs:
- test_rlcompleter
- test_pathlib # panic by surrogate chars
- test_posixpath # OSError: (22, 'The filename, directory name, or volume label syntax is incorrect. (os error 123)')
- test_venv # couple of failing tests
timeout: 50
fail-fast: false
steps:
Expand Down
Loading
Loading