Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0cf9d4f

Browse filesBrowse files
author
Jon Wayne Parrott
committed
Fix vision failure on Python 3
Change-Id: Ieb53e6cdd8b1a70089b970b7a2aa57dd3d24c3de
1 parent 9ee1995 commit 0cf9d4f
Copy full SHA for 0cf9d4f

File tree

Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed

‎vision/cloud-client/quickstart_test.py

Copy file name to clipboardExpand all lines: vision/cloud-client/quickstart_test.py
+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,17 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
import pytest
16+
import six
17+
1518
import quickstart
1619

1720

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.