Skip to content

Commit 2874cb1

Browse files
authored
Deselections for scikit 1.7 private CI (#2699)
1 parent 226c677 commit 2874cb1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

deselected_tests.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ deselected_tests:
3838
- neighbors/tests/test_neighbors.py::test_neighbor_classifiers_loocv[brute-nn_model0]
3939
- neighbors/tests/test_neighbors.py::test_neighbor_classifiers_loocv[kd_tree-nn_model0]
4040
- neighbors/tests/test_neighbors.py::test_neighbor_classifiers_loocv[auto-nn_model0]
41+
# sklearn 1.7 unsupported features
42+
- tests/test_common.py::test_estimators[LinearRegression()-check_sample_weight_equivalence_on_dense_data]
4143

4244
# Array API support
4345
# numpy.array_api was experimental and its use in sklearn was not official
@@ -366,6 +368,8 @@ deselected_tests:
366368
- tests/test_common.py::test_estimators[LogisticRegressionCV(cv=3,max_iter=5)-check_sample_weight_equivalence_on_dense_data]
367369
- ensemble/tests/test_bagging.py::test_estimators_samples >=1.0,<1.1
368370
- ensemble/tests/test_voting.py::test_sample_weight >=1.0,<1.1
371+
- tests/test_multioutput.py::test_multiclass_multioutput_estimator_predict_proba
372+
- model_selection/tests/test_search.py::test_search_cv_sample_weight_equivalence[estimator0]
369373

370374
# Scikit-learn does not constraint multinomial logistic intercepts to sum to zero.
371375
# Softmax function is invariant to additions by a constant, so even though the numbers
@@ -520,3 +524,6 @@ gpu:
520524

521525
# Deselection for Scikit-Learn 1.4 GPU conformance
522526
- model_selection/tests/test_validation.py::test_learning_curve_some_failing_fits_warning >=1.4
527+
528+
# Deselection for Scikit-Learn 1.5 GPU conformance (kd-tree knn not implemented for GPU)
529+
- neighbors/tests/test_neighbors.py::test_neighbors_metrics[float64-42-l2]

0 commit comments

Comments
 (0)