From fc7fe8ca301d20bccbdbe9e49ee2aa30f208501c Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Mon, 3 Dec 2018 22:14:10 +0100 Subject: [PATCH] Update tests with packaged scipy --- .circleci/config.yml | 1 - test/packages/test_scikit-learn.py | 3 --- 2 files changed, 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c36de119c..92f657ac4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,6 @@ jobs: name: build no_output_timeout: 1200 command: | - ccache -z make ccache -s diff --git a/test/packages/test_scikit-learn.py b/test/packages/test_scikit-learn.py index eb745ba04..4025006f7 100644 --- a/test/packages/test_scikit-learn.py +++ b/test/packages/test_scikit-learn.py @@ -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