Skip to content

Commit 2f48ace

Browse files
authored
Add deselected for release ci due to distutils deprecation warning (#969)
1 parent 37779cf commit 2f48ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/pipeline/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
variables:
1818
DESCRIPTION: ReleaseTesting
19-
DESELECT: --deselect ::test_svc_clone_with_callable_kernel --deselect ::test_precomputed --deselect ::test_tweak_params --deselect ::test_custom_kernel_not_array_input --deselect ::test_svc_raises_error_internal_representation --deselect ::test_svc_ovr_tie_breaking[SVC] --deselect ::test_svc_ovr_tie_breaking[NuSVC]
19+
DESELECT: --deselect ::test_svc_clone_with_callable_kernel --deselect ::test_precomputed --deselect ::test_tweak_params --deselect ::test_custom_kernel_not_array_input --deselect ::test_svc_raises_error_internal_representation --deselect ::test_svc_ovr_tie_breaking[SVC] --deselect ::test_svc_ovr_tie_breaking[NuSVC] --deselect ::test_gamma_auto --deselect ::test_gamma_scale
2020
TEST_COMMAND: python -m sklearnex -m pytest -ra --disable-warnings --pyargs sklearn.svm.tests.test_svm $(DESELECT)
2121

2222
jobs:

0 commit comments

Comments
 (0)