Skip to content

Commit ff6f64e

Browse files
tests/test_general.py: test_4702(): exclude with Pyodide.
1 parent 6e3e658 commit ff6f64e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/test_general.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2085,6 +2085,11 @@ def test_4590():
20852085

20862086

20872087
def test_4702():
2088+
if os.environ.get('PYODIDE_ROOT'):
2089+
# util.download() uses subrocess.
2090+
print('test_4702(): not running on Pyodide - cannot run child processes.')
2091+
return
2092+
20882093
path = util.download(
20892094
'https://github.com/user-attachments/files/22403483/01995b6ca7837b52abaa24e38e8c076d.pdf',
20902095
'test_4702.pdf',

0 commit comments

Comments
 (0)