Skip to content

Commit a47accc

Browse files
Skip test_python_threads under WASM
1 parent 23841bc commit a47accc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/flint/test/test_all.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import pickle
44
import platform
55
import random
6+
import sys
67

78
from flint.utils.flint_exceptions import DomainError, IncompatibleContextError
89

@@ -4775,6 +4776,7 @@ def _test_fq_default_poly():
47754776
assert raises(lambda: f.pow_trunc(-1, 5), ValueError)
47764777

47774778

4779+
@pytest.mark.skipif((sys.platform == "emscripten"), reason="can't start new thread in Pyodide/WASM")
47784780
def test_python_threads():
47794781
#
47804782
# https://github.com/flintlib/python-flint/issues/224

0 commit comments

Comments
 (0)