[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-08-10 09:54:47 +00:00
parent f63baf573d
commit d41e619927
1 changed files with 2 additions and 1 deletions

View File

@ -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):