mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-29 07:22:12 +03:00
update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user