forgot fixture

This commit is contained in:
erikkaum 2024-08-05 12:49:24 +02:00
parent 82d7914761
commit 05a1d1b83a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import pytest
import requests
@pytest.fixture(scope="module")
def bloom_560_handle(launcher):
with launcher("bigscience/bloom-560m") as handle:
yield handle