Skip to content

Commit 1416f10

Browse files
MAINT: Skip conformance tests running with too old array API packages (#2803)
* skip tests that fail due to array api version * missing test * yet another test * Update deselected_tests.yaml
1 parent 4b8f1a7 commit 1416f10

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

deselected_tests.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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
395401
reduced_tests:

0 commit comments

Comments
 (0)