Skip to content

Commit

Permalink
Update samples to support latest Google Cloud Python [(#656)](GoogleC…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott committed Nov 15, 2016
1 parent e2fe4ba commit a6c7784
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions samples/snippets/quickstart_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import pytest
import six

import quickstart


@pytest.mark.xfail(
six.PY3,
strict=True,
reason='https://github.com/GoogleCloudPlatform/google-cloud-python/issues'
'/2525')
def test_quickstart(capsys):
quickstart.run_quickstart()
out, _ = capsys.readouterr()
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-vision==0.20.0
google-cloud-vision==0.21.0

0 comments on commit a6c7784

Please sign in to comment.