Fix test dependencies and execution
This commit is contained in:
+6
-3
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-pint
|
||||
Version: 0.13
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Physical quantities module
|
||||
|
||||
License: BSD
|
||||
@@ -60,7 +60,7 @@ Documentation for the pint module
|
||||
%setup -q -n %{pypi_name}-%{version}
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -t
|
||||
%pyproject_buildrequires -x test
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
@@ -77,7 +77,7 @@ rm -rf html/.{doctrees,buildinfo}
|
||||
%pyproject_install
|
||||
|
||||
%check
|
||||
%tox
|
||||
%pytest
|
||||
|
||||
%files -n python3-pint
|
||||
%license LICENSE
|
||||
@@ -92,6 +92,9 @@ rm -rf html/.{doctrees,buildinfo}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Sep 21 2020 Lumír Balhar <lbalhar@redhat.com> - 0.13-3
|
||||
- Fix test dependencies and execution
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
||||
Reference in New Issue
Block a user