Skip to content

Commit a182277

Browse files
committed
remove collected tests
1 parent fa64a93 commit a182277

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

tests/modular_pipelines/test_modular_pipelines_common.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -516,20 +516,6 @@ def test_sequential_block_requirements_warnings(self, tmp_path):
516516
assert msg_xyz in str(cap_logger.out)
517517
assert msg_abc in str(cap_logger.out)
518518

519-
def test_conditional_block_requirements_collected(self):
520-
pipe = self.get_dummy_conditional_block_pipe()
521-
assert pipe._requirements == {
522-
"block_one": {"xyz": ">=0.8.0", "abc": ">=10.0.0"},
523-
"block_two": {"transformers": ">=4.44.0", "diffusers": ">=0.2.0"},
524-
}
525-
526-
def test_loop_block_requirements_collected(self):
527-
pipe = self.get_dummy_loop_block_pipe()
528-
assert pipe._requirements == {
529-
"block_one": {"xyz": ">=0.8.0", "abc": ">=10.0.0"},
530-
"block_two": {"transformers": ">=4.44.0", "diffusers": ">=0.2.0"},
531-
}
532-
533519
def test_conditional_block_requirements_save_load(self, tmp_path):
534520
pipe = self.get_dummy_conditional_block_pipe()
535521
pipe.save_pretrained(tmp_path)

0 commit comments

Comments
 (0)