]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111201: Skip pyrepl Windows tests earlier (#119848)
authorVictor Stinner <vstinner@python.org>
Fri, 31 May 2024 14:06:10 +0000 (16:06 +0200)
committerGitHub <noreply@github.com>
Fri, 31 May 2024 14:06:10 +0000 (14:06 +0000)
commit91601a55964fdb3c02b21fa3c8dc629daff2390f
treebf8dba68b7a37231fc799b87bf652f6de87ca2c1
parent4c387a76f3ac8509c29634f4bbda6c37a67550d5
gh-111201: Skip pyrepl Windows tests earlier (#119848)

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