From ffa39f212f4e55dfaa179277f92b45fb9582ae99 Mon Sep 17 00:00:00 2001 From: DN6 Date: Wed, 21 May 2025 15:51:48 +0530 Subject: [PATCH] update --- tests/pipelines/test_pipelines_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pipelines/test_pipelines_common.py b/tests/pipelines/test_pipelines_common.py index 7c20466a9a..f2d4a5b98b 100644 --- a/tests/pipelines/test_pipelines_common.py +++ b/tests/pipelines/test_pipelines_common.py @@ -1121,7 +1121,7 @@ class PipelineTesterMixin: if hasattr(self, "pipeline_class") and issubclass(self.pipeline_class, DeprecatedPipelineMixin): import pytest - pytest.skip(f"Skipping tests for {self.pipeline_class.__name__}", reason="Deprecated Pipeline") + pytest.skip(reason=f"Deprecated Pipeline: {self.pipeline_class.__name__}") def tearDown(self): # clean up the VRAM after each test in case of CUDA runtime errors