Commit fc7fe8ca authored by Roman Yurchak's avatar Roman Yurchak

Update tests with packaged scipy

parent b072a9d3
......@@ -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
......
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