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 3dd99be commit 87813c3Copy full SHA for 87813c3
tests/test_4767.py
@@ -9,6 +9,10 @@ def test_4767():
9
'''
10
Check handling of unsafe paths in `pymupdf embed-extract`.
11
12
+ if os.environ.get('PYODIDE_ROOT'):
13
+ print('test_4767(): not running on Pyodide - cannot run child processes.')
14
+ return
15
+
16
with pymupdf.open() as document:
17
document.new_page()
18
document.embfile_add(
0 commit comments