Skip to content

Commit 0030fb9

Browse files
authored
samples: updated requierement.txt and enabled list sample test (#48)
1 parent 9793e83 commit 0030fb9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

datalabeling/snippets/manage_dataset_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def run_sample():
7171
assert "The dataset resource name:" in out
7272

7373

74-
@pytest.mark.skip("Constantly failing")
7574
def test_list_dataset(capsys, dataset):
7675
@backoff.on_exception(
7776
backoff.expo, ServerError, max_time=testing_lib.RETRY_DEADLINE
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-datalabeling==0.4.0
1+
google-cloud-datalabeling==1.0.0

0 commit comments

Comments
 (0)