diff options
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-06-03 16:15:37 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-03 16:15:37 (GMT) |
| commit | 060d846f436027c0169fc8e2d3a0a7b9bc9afee8 (patch) | |
| tree | 090a904609470c5164dd210d22f69713c5a7fe45 /Lib/test/test_pyrepl/test_windows_console.py | |
| parent | 671b740f45bf606208d89300b63b1d206c6a6e4a (diff) | |
| download | cpython-060d846f436027c0169fc8e2d3a0a7b9bc9afee8.zip cpython-060d846f436027c0169fc8e2d3a0a7b9bc9afee8.tar.gz cpython-060d846f436027c0169fc8e2d3a0a7b9bc9afee8.tar.bz2 | |
[3.13] Use Cirrus M1 macOS runners for CI (GH-119979) (GH-119986)
(cherry picked from commit 6acb32fac3511c1d5500cac66f1d6397dcdab835)
Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
Co-authored-by: Ee Durbin <ee@python.org>
Diffstat (limited to 'Lib/test/test_pyrepl/test_windows_console.py')
| -rw-r--r-- | Lib/test/test_pyrepl/test_windows_console.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_pyrepl/test_windows_console.py b/Lib/test/test_pyrepl/test_windows_console.py index e52a54d..4a3b2ba 100644 --- a/Lib/test/test_pyrepl/test_windows_console.py +++ b/Lib/test/test_pyrepl/test_windows_console.py @@ -1,7 +1,7 @@ import sys import unittest -if sys.platform != 'win32': +if sys.platform != "win32": raise unittest.SkipTest("test only relevant on win32") |
