8000 Adds updates for samples profiler ... vision (#2439) · maliozer/python-docs-samples@78c213a · GitHub
[go: up one dir, main page]

Skip to content

Commit 78c213a

Browse files
gguusscrwilcox
authored andcommitted
Adds updates for samples profiler ... vision (GoogleCloudPlatform#2439)
1 parent 2a35d64 commit 78c213a

File tree

44 files changed

+89
-87
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+89
-87
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Flask==1.0.2
1+
Flask==1.1.1
22
gunicorn==19.9.0
3-
google-cloud-profiler
3+
google-cloud-profiler==1.0.8
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Flask==1.0.2
2-
google-cloud-profiler
1+
Flask==1.1.1
2+
google-cloud-profiler==1.0.8

profiler/quickstart/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-profiler
1+
google-cloud-profiler==1.0.8

pubsub/cloud-client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-pubsub==0.39.1
1+
google-cloud-pubsub==1.0.0

pubsub/cloud-client/subscriber_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
import time
1717

1818
from gcp_devrel.testing import eventually_consistent
19+
from gcp_devrel.testing.flaky import flaky
1920
from google.cloud import pubsub_v1
2021
import google.api_core.exceptions
2122
import mock
@@ -193,6 +194,7 @@ def new_sleep(period):
193194
return mock.patch('time.sleep', new=new_sleep)
194195

195196

197+
@flaky
196198
def test_receive(publisher_client, topic, subscription, capsys):
197199
_publish_messages(publisher_client, topic)
198200

run/pubsub/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Flask==1.0.2
2-
pytest==4.3.1
1+
Flask==1.1.1
2+
pytest==5.1.3
33
gunicorn==19.9.0

scheduler/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Flask==1.0.2
1+
Flask==1.1.1
22
gunicorn==19.9.0
3-
google-cloud-scheduler==0.1.0
3+
google-cloud-scheduler==1.2.1
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-spanner==1.7.1
2-
futures==3.2.0; python_version < "3"
1+
google-cloud-spanner==1.10.0
2+
futures==3.3.0; python_version < "3"

spanner/cloud-client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-spanner==1.10.0
2-
futures==3.2.0; python_version < "3"
2+
futures==3.3.0; python_version < "3"

speech/cloud-client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-speech==0.36.3
1+
google-cloud-speech==1.2.0

0 commit comments

Comments
 (0)
0