]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-116075: Skip test_external_inspection on qemu in JIT CI (#116076)
authorErlend E. Aasland <erlend@python.org>
Wed, 28 Feb 2024 23:16:01 +0000 (00:16 +0100)
committerGitHub <noreply@github.com>
Wed, 28 Feb 2024 23:16:01 +0000 (23:16 +0000)
.github/workflows/jit.yml

index 21d4603b8679ea8079996d22e355be10e8ce7805..43d0b2c1b4016cae2ca1b81fea01061cfaad1304 100644 (file)
@@ -70,13 +70,13 @@ jobs:
             runner: ubuntu-latest
             compiler: gcc
             # These fail because of emulation, not because of the JIT:
-            exclude: test_unix_events test_init test_process_pool test_shutdown test_multiprocessing_fork test_cmd_line test_faulthandler test_os test_perf_profiler test_posix test_signal test_socket test_subprocess test_threading test_venv
+            exclude: test_unix_events test_init test_process_pool test_shutdown test_multiprocessing_fork test_cmd_line test_faulthandler test_os test_perf_profiler test_posix test_signal test_socket test_subprocess test_threading test_venv test_external_inspection
           - target: aarch64-unknown-linux-gnu/clang
             architecture: aarch64
             runner: ubuntu-latest
             compiler: clang
             # These fail because of emulation, not because of the JIT:
-            exclude: test_unix_events test_init test_process_pool test_shutdown test_multiprocessing_fork test_cmd_line test_faulthandler test_os test_perf_profiler test_posix test_signal test_socket test_subprocess test_threading test_venv
+            exclude: test_unix_events test_init test_process_pool test_shutdown test_multiprocessing_fork test_cmd_line test_faulthandler test_os test_perf_profiler test_posix test_signal test_socket test_subprocess test_threading test_venv test_external_inspection
     env:
       CC: ${{ matrix.compiler }}
     steps: