We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3e658 commit ff6f64eCopy full SHA for ff6f64e
tests/test_general.py
@@ -2085,6 +2085,11 @@ def test_4590():
2085
2086
2087
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
+
2093
path = util.download(
2094
'https://github.com/user-attachments/files/22403483/01995b6ca7837b52abaa24e38e8c076d.pdf',
2095
'test_4702.pdf',
0 commit comments