Skip to content

Commit

Permalink
Marks xfail xgboost test due to scikit lib issue
Browse files Browse the repository at this point in the history
Skips because we're seeing:
 > AttributeError: 'super' object has no attribute '__sklearn_tags__'
due to new library version rolling out and xgboost not being updated yet.
  • Loading branch information
skrawcz committed Dec 12, 2024
1 parent 622866a commit c2c3b03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/plugins/test_xgboost_extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def test_xgboost_model_json_writer(
assert metadata[FILE_METADATA]["path"] == str(model_path)


@pytest.mark.xfail(condition=True, reason="scikitlearn library incompatibility issue", strict=False)
def test_xgboost_model_json_reader(
fitted_xgboost_model: xgboost.XGBModel, tmp_path: pathlib.Path
) -> None:
Expand Down

0 comments on commit c2c3b03

Please sign in to comment.