8000 CI Xfail test for Pyodide (#30681) · yuvipanda/scikit-learn@2dae588 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2dae588

Browse files
authored
CI Xfail test for Pyodide (scikit-learn#30681)
1 parent 119ade2 commit 2dae588

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sklearn/utils/tests/test_parallel.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
from sklearn.model_selection import GridSearchCV
1515
from sklearn.pipeline import make_pipeline
1616
from sklearn.preprocessing import StandardScaler
17+
from sklearn.utils.fixes import _IS_WASM
1718
from sklearn.utils.parallel import Parallel, delayed
1819

1920

@@ -138,6 +139,7 @@ def test_check_warnings_threading():
138139
assert all(w == filters for w in all_warnings)
139140

140141

142+
@pytest.mark.xfail(_IS_WASM, reason="Pyodide always use the sequential backend")
141143
def test_filter_warning_propagates_no_side_effect_with_loky_backend():
142144
with warnings.catch_warnings():
143145
warnings.simplefilter("error", category=ConvergenceWarning)

0 commit comments

Comments
 (0)
0