Commit fc7fe8ca authored by Roman Yurchak's avatar Roman Yurchak

Update tests with packaged scipy

parent b072a9d3
...@@ -24,7 +24,6 @@ jobs: ...@@ -24,7 +24,6 @@ jobs:
name: build name: build
no_output_timeout: 1200 no_output_timeout: 1200
command: | command: |
ccache -z ccache -z
make make
ccache -s ccache -s
......
...@@ -6,9 +6,6 @@ def test_scikit_learn(selenium_standalone, request): ...@@ -6,9 +6,6 @@ def test_scikit_learn(selenium_standalone, request):
if selenium.browser == 'chrome': if selenium.browser == 'chrome':
request.applymarker(pytest.mark.xfail( request.applymarker(pytest.mark.xfail(
run=False, reason='chrome not supported')) 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") selenium.load_package("scikit-learn")
assert selenium.run(""" assert selenium.run("""
import numpy as np import numpy as np
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment