From 252925e8c033d379bc02e9b18988996d878c0d0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Mart=C3=ADn=20Bl=C3=A1zquez?= Date: Mon, 26 Aug 2024 14:06:51 +0200 Subject: [PATCH] Skip `PairRM` tests --- tests/unit/steps/tasks/test_pair_rm.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/unit/steps/tasks/test_pair_rm.py b/tests/unit/steps/tasks/test_pair_rm.py index 22d8d3c454..1903ccfb2f 100644 --- a/tests/unit/steps/tasks/test_pair_rm.py +++ b/tests/unit/steps/tasks/test_pair_rm.py @@ -15,11 +15,13 @@ from unittest.mock import MagicMock, patch import numpy as np +import pytest from distilabel.pipeline.local import Pipeline from distilabel.steps.tasks.pair_rm import PairRM +@pytest.mark.skip(reason="Not maintained and to be deprecated.") @patch("llm_blender.Blender") class TestPairRM: def test_process(self, mocker: MagicMock) -> None: