File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -390,6 +390,12 @@ deselected_tests:
390390 # These fail due to not printing everything that scikit-learn prints on verbose mode
391391 - cluster/tests/test_k_means.py::test_kmeans_verbose
392392
393+ # These require version numbers of array API packages that are not available on older Python versions.
394+ # Since it's not possible to select or deselect based on Python version, they are removed entirely.
395+ - metrics/tests/test_classification.py::test_probabilistic_metrics_array_api
396+ - metrics/tests/test_common.py::test_array_api_compliance
397+ - utils/tests/test_stats.py::test_weighted_percentile_array_api_consistency
398+
393399 # --------------------------------------------------------
394400 # No need to test daal4py patching
395401reduced_tests :
You can’t perform that action at this time.
0 commit comments