diff --git a/tests/test_sklearn_double_tensor_type_cls.py b/tests/test_sklearn_double_tensor_type_cls.py index 24edd1b02..7da6f3354 100644 --- a/tests/test_sklearn_double_tensor_type_cls.py +++ b/tests/test_sklearn_double_tensor_type_cls.py @@ -412,6 +412,7 @@ def test_stacking_64(self): ) @unittest.skipIf(StackingClassifier is None, reason="scikit-learn too old") @ignore_warnings(category=warnings_to_skip) + @unittest.skipIf(not skl12(), reason="base_estimator") def test_calibration_sigmoid_64(self): self._common_classifier( [