Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
05881f92
Unverified
Commit
05881f92
authored
Aug 11, 2025
by
James Lamb
Committed by
GitHub
Aug 11, 2025
Browse files
[ci] [python-package] skip ranking Dask tests on macOS (#6997)
parent
ccb32e8e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
tests/python_package_test/test_dask.py
tests/python_package_test/test_dask.py
+7
-0
No files found.
tests/python_package_test/test_dask.py
View file @
05881f92
...
...
@@ -668,6 +668,13 @@ def test_regressor_custom_objective(output, cluster):
assert_eq
(
p2
,
y
,
**
assert_precision
)
@
pytest
.
mark
.
xfail
(
platform
.
lower
().
startswith
(
"darwin"
),
reason
=
(
"learning-to-rank Dask tests are unreliable on macOS. "
"See https://github.com/microsoft/LightGBM/issues/4074#issuecomment-3124996317"
),
)
@
pytest
.
mark
.
parametrize
(
"output"
,
[
"array"
,
"dataframe"
,
"dataframe-with-categorical"
])
@
pytest
.
mark
.
parametrize
(
"group"
,
[
None
,
group_sizes
])
@
pytest
.
mark
.
parametrize
(
"boosting_type"
,
boosting_types
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment