Skip to content

Commit a6c7784

Browse files
author
Jon Wayne Parrott
authored
Update samples to support latest Google Cloud Python [(#656)](GoogleCloudPlatform/python-docs-samples#656)
1 parent e2fe4ba commit a6c7784

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

samples/snippets/quickstart_test.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,9 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import pytest
16-
import six
17-
1815
import quickstart
1916

2017

21-
@pytest.mark.xfail(
22-
six.PY3,
23-
strict=True,
24-
reason='https://github.com/GoogleCloudPlatform/google-cloud-python/issues'
25-
'/2525')
2618
def test_quickstart(capsys):
2719
quickstart.run_quickstart()
2820
out, _ = capsys.readouterr()

samples/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-vision==0.20.0
1+
google-cloud-vision==0.21.0

0 commit comments

Comments
 (0)