Update to 1.3.3 rhbz#2106404

This commit is contained in:
Major Hayden 2022-07-12 10:38:06 -05:00
commit 16e5f69e9a
No known key found for this signature in database
GPG key ID: 737051E0C1011FB1
3 changed files with 7 additions and 4 deletions

View file

@ -5,7 +5,7 @@
%global srcname google-cloud-testutils
%global forgeurl https://github.com/googleapis/python-test-utils
Version: 1.3.2
Version: 1.3.3
%global tag v%{version}
%forgemeta
@ -44,7 +44,7 @@ Summary: %{summary}
%generate_buildrequires
%pyproject_buildrequires -r
%pyproject_buildrequires
%build
@ -60,8 +60,10 @@ rm -rf %{buildroot}%{python3_sitelib}/{scripts,tests}
rm -f %{buildroot}%{_bindir}/lower-bound-checker
%if %{with tests}
%check
%pyproject_check_import -e "tests*"
%if %{with tests}
# 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