From 06c45222f77ed6d224a1ae5d09be429162a695fa Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Jul 25 2023 15:49:41 +0000 Subject: Disable protocol-related tests which need networking --- diff --git a/python-google-cloud-firestore.spec b/python-google-cloud-firestore.spec index d50a8e9..15dfdd9 100644 --- a/python-google-cloud-firestore.spec +++ b/python-google-cloud-firestore.spec @@ -78,7 +78,7 @@ rm -f %{buildroot}%{_bindir}/fixup*.py # NOTE(mhayden): Setting PYTHONUSERBASE as a hack for PEP 420 namespaces. # Thanks to churchyard for the fix. PYTHONUSERBASE=%{buildroot}%{_prefix} \ - %pytest tests/unit -k "not test_update_testprotos" + %pytest tests/unit -k "not test_update_testprotos and not test_delete_testprotos and not test_listen_testprotos" %endif