Skip to content

[3.13] gh-111201: Skip pyrepl Windows tests earlier (#119848) - #119924

Merged
vstinner merged 1 commit into
python:3.13from
vstinner:pyrepl313
Jun 1, 2024
Merged

[3.13] gh-111201: Skip pyrepl Windows tests earlier (#119848)#119924
vstinner merged 1 commit into
python:3.13from
vstinner:pyrepl313

Conversation

@vstinner

@vstinnervstinner commented Jun 1, 2024

Copy link
Copy Markdown
Member

Don't attempt to load pyrepl Windows console if platforms others than Windows. For example, the import can fail if ctypes is missing.

(cherry picked from commit 91601a5)

Don't attempt to load pyrepl Windows console if platforms others than
Windows. For example, the import can fail if ctypes is missing.
(cherry picked from commit 91601a5)
@bedevere-appbedevere-appBot added skip news tests Tests in the Lib/test dir labels Jun 1, 2024
@vstinner
vstinner enabled auto-merge (squash) June 1, 2024 20:59
@bedevere-appbedevere-appBot mentioned this pull request Jun 1, 2024
7 tasks
@vstinner
vstinner merged commit ac35d96 into python:3.13Jun 1, 2024
@vstinner
vstinner deleted the pyrepl313 branch June 1, 2024 21:21
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@vstinner