From e317188e83a35a67598145cdaf1b36713534975d Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Jan 13 2022 13:27:06 +0000 Subject: Skip broken tests in rest streaming --- diff --git a/python-google-api-core.spec b/python-google-api-core.spec index e4e6cb2..c170360 100644 --- a/python-google-api-core.spec +++ b/python-google-api-core.spec @@ -74,7 +74,8 @@ Requires: %{py3_dist grpcio-gcp} # Work around an usual pytest/PEP 420 issue where pytest can't import the # installed module. Thanks to mhroncok for the help! mv google{,_} -%pytest --disable-warnings tests/unit +%pytest --disable-warnings tests/unit \ + --ignore=tests/unit/test_rest_streaming.py mv google{_,} %endif