From 86520a36228835d255b47bf978ac2f7d2f4e1bc4 Mon Sep 17 00:00:00 2001 From: Julian Smith Date: Thu, 25 Sep 2025 10:06:31 +0100 Subject: [PATCH] tests/test_general.py: test_4702(): exclude with Pyodide. --- tests/test_general.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/test_general.py b/tests/test_general.py index 97227ce51..1d7b76aa3 100644 --- a/tests/test_general.py +++ b/tests/test_general.py @@ -2085,6 +2085,11 @@ def test_4590(): def test_4702(): + if os.environ.get('PYODIDE_ROOT'): + # util.download() uses subrocess. + print('test_4702(): not running on Pyodide - cannot run child processes.') + return + path = util.download( 'https://github.com/user-attachments/files/22403483/01995b6ca7837b52abaa24e38e8c076d.pdf', 'test_4702.pdf',