Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
samples: updated requierement.txt and enabled list sample test (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
munkhuushmgl committed Sep 2, 2020
1 parent d884e11 commit 7a75eee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion samples/snippets/manage_dataset_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def run_sample():
assert "The dataset resource name:" in out


@pytest.mark.skip("Constantly failing")
def test_list_dataset(capsys, dataset):
@backoff.on_exception(
backoff.expo, ServerError, max_time=testing_lib.RETRY_DEADLINE
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-datalabeling==0.4.0
google-cloud-datalabeling==1.0.0

0 comments on commit 7a75eee

Please sign in to comment.