diff --git a/hyperforge/src/hyperforge/fixtures.py b/hyperforge/src/hyperforge/fixtures.py index fbc3187..b257157 100644 --- a/hyperforge/src/hyperforge/fixtures.py +++ b/hyperforge/src/hyperforge/fixtures.py @@ -53,10 +53,6 @@ images.settings["nucliadb"]["env"]["DUMMY_PREDICT"] = "False" -NUCLIA_Make_dataset = ( - "https://storage.googleapis.com/ncl-testbed-gcp-stage-1/test_nucliadb/make.export" -) - NUCLIA_Make_article = "https://storage.googleapis.com/ncl-testbed-gcp-stage-1/test_nucliadb/articles.export" @@ -138,20 +134,6 @@ async def init_fixture( return kbid -@pytest.fixture(scope="session") -def make_dataset(nucliadb: NucliaFixture): - - kbid = asyncio.run( - init_fixture( - nucliadb, - "conv", - NUCLIA_Make_dataset, - kbid="00000000-0000-0000-0000-000000000002", - ) - ) - yield kbid - - @pytest.fixture(scope="session") def article_dataset(nucliadb: NucliaFixture): kbid = asyncio.run(