Skip to content

Commit c19d4a4

Browse files
authored
remove flaky from blog/ (GoogleCloudPlatform#3325)
1 parent 0a8027f commit c19d4a4

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

blog/introduction_to_data_models_in_cloud_datastore/blog_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
import os
1515

16-
from gcp_devrel.testing.flaky import flaky
16+
from flaky import flaky
1717

1818
from blog import main
1919

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
pytest==5.3.2
2-
gcp-devrel-py-tools==0.0.15
32
flaky==3.6.1

blog/introduction_to_data_models_in_cloud_datastore/wiki_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
import os
1515

16-
from gcp_devrel.testing.flaky import flaky
16+
from flaky import flaky
1717

1818
from wiki import main
1919

0 commit comments

Comments
 (0)