1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-29 07:22:12 +03:00
This commit is contained in:
DN6
2025-05-21 15:51:48 +05:30
parent 3fe9a012c3
commit ffa39f212f

View File

@@ -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