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