From 98a794ced7f97bb211672a96dfe5b652614a20d2 Mon Sep 17 00:00:00 2001 From: Ramon Navarro Bosch Date: Thu, 11 Jun 2026 10:52:16 +0200 Subject: [PATCH] Clean Up Tests --- hyperforge/src/hyperforge/fixtures.py | 18 ------------------ 1 file changed, 18 deletions(-) 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(