From 010f3f54f01035801fd94a9755e49631840340e0 Mon Sep 17 00:00:00 2001 From: rileyh Date: Thu, 14 Nov 2024 15:32:04 -0600 Subject: [PATCH] [#161] Run black --- hlink/tests/core/classifier_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hlink/tests/core/classifier_test.py b/hlink/tests/core/classifier_test.py index 1010262..4ffa37a 100644 --- a/hlink/tests/core/classifier_test.py +++ b/hlink/tests/core/classifier_test.py @@ -9,6 +9,7 @@ else: xgboost_available = True + @pytest.mark.skipif(not xgboost_available, reason="requires the xgboost library") def test_choose_classifier_supports_xgboost(): """