Update tests with packaged scipy

This commit is contained in:
Roman Yurchak 2018-12-03 22:14:10 +01:00
parent b072a9d34a
commit fc7fe8ca30
2 changed files with 0 additions and 4 deletions

View File

@ -24,7 +24,6 @@ jobs:
name: build
no_output_timeout: 1200
command: |
ccache -z
make
ccache -s

View File

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