Skip to content

Commit 5f843ca

Browse files
author
Adrian Chang
committed
cache for module
1 parent 94fd3f0 commit 5f843ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libs/labelbox/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ def _upload_invalid_data_rows_for_dataset(dataset: Dataset):
960960
return _upload_invalid_data_rows_for_dataset
961961

962962

963-
@pytest.fixture
963+
@pytest.fixture(scope='module')
964964
def configured_project(project_with_empty_ontology, initial_dataset, rand_gen,
965965
image_url):
966966
dataset = initial_dataset

libs/labelbox/tests/data/annotation_import/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@ def model_run_with_data_rows(
12671267
# TODO: Delete resources when that is possible ..
12681268

12691269

1270-
@pytest.fixture
1270+
@pytest.fixture(scope='module')
12711271
def model_run_with_all_project_labels(
12721272
client,
12731273
configured_project,

0 commit comments

Comments
 (0)