mirror of https://github.com/pyodide/pyodide.git
Update tests with packaged scipy
This commit is contained in:
parent
b072a9d34a
commit
fc7fe8ca30
|
@ -24,7 +24,6 @@ jobs:
|
|||
name: build
|
||||
no_output_timeout: 1200
|
||||
command: |
|
||||
|
||||
ccache -z
|
||||
make
|
||||
ccache -s
|
||||
|
|
|
@ -6,9 +6,6 @@ def test_scikit_learn(selenium_standalone, request):
|
|||
if selenium.browser == 'chrome':
|
||||
request.applymarker(pytest.mark.xfail(
|
||||
run=False, reason='chrome not supported'))
|
||||
# no automatic depedency resolution for now
|
||||
selenium.load_package(["numpy", "joblib"])
|
||||
selenium.load_package("scipy")
|
||||
selenium.load_package("scikit-learn")
|
||||
assert selenium.run("""
|
||||
import numpy as np
|
||||
|
|
Loading…
Reference in New Issue