From 65f9a01ba9c59e9d8d16f980fdc790514bb07ff9 Mon Sep 17 00:00:00 2001 From: Dmitry Razdoburdin <> Date: Thu, 7 Nov 2024 05:37:56 -0800 Subject: [PATCH] fix pytest freeze for sycl --- tests/python-sycl/test_sycl_with_sklearn.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/python-sycl/test_sycl_with_sklearn.py b/tests/python-sycl/test_sycl_with_sklearn.py index 8e75e77f8cdc..a17d384e405e 100644 --- a/tests/python-sycl/test_sycl_with_sklearn.py +++ b/tests/python-sycl/test_sycl_with_sklearn.py @@ -5,9 +5,6 @@ from xgboost import testing as tm -sys.path.append("tests/python") -import test_with_sklearn as twskl # noqa - pytestmark = pytest.mark.skipif(**tm.no_sklearn()) rng = np.random.RandomState(1994)