Update to 1.3.1

This commit is contained in:
Major Hayden 2022-01-12 14:51:10 -06:00
commit 0571fc5667
No known key found for this signature in database
GPG key ID: 737051E0C1011FB1
3 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
%global srcname google-cloud-testutils
%global forgeurl https://github.com/googleapis/python-test-utils
Version: 1.1.0
Version: 1.3.1
%global tag v%{version}
%forgemeta
@ -60,12 +60,11 @@ rm -f %{buildroot}%{_bindir}/lower-bound-checker
%if %{with tests}
%check
%python3 -m unittest discover tests/unit/
%pytest
%endif
%files -n python3-%{srcname} -f %{pyproject_files}
%license LICENSE
%doc README.rst CHANGELOG.md CODE_OF_CONDUCT.md