Skip to content

Commit f26a37f

Browse files
committed
update
1 parent bbf0c09 commit f26a37f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/others/test_dependencies.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ def test_backend_registration(self):
3737
backend = "k-diffusion"
3838
elif backend == "invisible_watermark":
3939
backend = "invisible-watermark"
40+
elif backend == "opencv":
41+
backend = "cv2"
4042
assert backend in deps, f"{backend} is not in the deps table!"
4143

4244
def test_pipeline_imports(self):

0 commit comments

Comments
 (0)