From 2f7c8ea37d96f771ce344e9238b4da4e691c3b46 Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Wed, 1 Jun 2022 16:12:16 -0500 Subject: [PATCH] Disable lower bounds testing --- python-google-cloud-testutils.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python-google-cloud-testutils.spec b/python-google-cloud-testutils.spec index 61950d9..a64f252 100644 --- a/python-google-cloud-testutils.spec +++ b/python-google-cloud-testutils.spec @@ -60,7 +60,9 @@ rm -f %{buildroot}%{_bindir}/lower-bound-checker %if %{with tests} %check -%pytest +# Lower bounds checking tests won't work since installing things via +# pip is not going to work during RPM builds. +%pytest --disable-warnings --ignore tests/unit/test_lower_bound_checker.py %endif