mirror of https://github.com/pyodide/pyodide.git
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
f63baf573d
commit
d41e619927
|
@ -74,9 +74,10 @@ async def test_scipy_pytest(selenium):
|
|||
# runtest("sparse.linalg._eigen", "test_svds_parameter_k_which")
|
||||
runtest(
|
||||
"sparse.linalg._eigen.tests.test_svds",
|
||||
"(not Test_SVDS_PROPACK) and test_svds_parameter_k_which"
|
||||
"(not Test_SVDS_PROPACK) and test_svds_parameter_k_which",
|
||||
)
|
||||
|
||||
|
||||
@pytest.mark.driver_timeout(40)
|
||||
@run_in_pyodide(packages=["scipy"])
|
||||
def test_cpp_exceptions(selenium):
|
||||
|
|
Loading…
Reference in New Issue