Skip to content

Commit 4a0d782

Browse files
author
Val Brodsky
committed
Removed unused fixture
1 parent 4eca989 commit 4a0d782

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

libs/labelbox/tests/conftest.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -785,24 +785,6 @@ def configured_batch_project_with_multiple_datarows(client, dataset, data_rows,
785785
teardown_helpers.teardown_project_labels_ontology_feature_schemas(project)
786786

787787

788-
@pytest.fixture
789-
def configured_batch_project_for_labeling_service(
790-
project, data_row_and_global_key
791-
):
792-
"""Project with a batch having multiple datarows
793-
Project contains an ontology with 1 bbox tool
794-
Additionally includes a create_label method for any needed extra labels
795-
"""
796-
global_keys = [data_row_and_global_key[1]]
797-
798-
batch_name = f"batch {uuid.uuid4()}"
799-
project.create_batch(batch_name, global_keys=global_keys)
800-
801-
_setup_ontology(project)
802-
803-
yield project
804-
805-
806788
# NOTE this is nice heuristics, also there is this logic _wait_until_data_rows_are_processed in Project
807789
# in case we still have flakiness in the future, we can use it
808790
@pytest.fixture

0 commit comments

Comments
 (0)