Update to 1.3.3 rhbz#2106404
This commit is contained in:
parent
1eb29dbbb6
commit
16e5f69e9a
3 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue