Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions deselected_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,11 @@ deselected_tests:
# These fail due to not printing everything that scikit-learn prints on verbose mode
- cluster/tests/test_k_means.py::test_kmeans_verbose

# These require version numbers of array API packages that are not available on older Python versions
- metrics/tests/test_classification.py::test_probabilistic_metrics_array_api python<3.12
- metrics/tests/test_common.py::test_array_api_compliance python<3.12
- utils/tests/test_stats.py::test_weighted_percentile_array_api_consistency python<3.12

# --------------------------------------------------------
# No need to test daal4py patching
reduced_tests:
Expand Down
Loading