We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2fe4ba commit a6c7784Copy full SHA for a6c7784
samples/snippets/quickstart_test.py
@@ -12,17 +12,9 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-import pytest
16
-import six
17
-
18
import quickstart
19
20
21
-@pytest.mark.xfail(
22
- six.PY3,
23
- strict=True,
24
- reason='https://github.com/GoogleCloudPlatform/google-cloud-python/issues'
25
- '/2525')
26
def test_quickstart(capsys):
27
quickstart.run_quickstart()
28
out, _ = capsys.readouterr()
samples/snippets/requirements.txt
@@ -1 +1 @@
1
-google-cloud-vision==0.20.0
+google-cloud-vision==0.21.0
0 commit comments