public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-pint] rpmlint-etc: Fix test dependencies and execution
@ 2026-09-12 10:21 Lumir Balhar
0 siblings, 0 replies; only message in thread
From: Lumir Balhar @ 2026-09-12 10:21 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-pint
Branch : rpmlint-etc
Commit : da0cb6424ff8fd2fa93e321b27c25f489ec64238
Author : Lumir Balhar <lbalhar@redhat.com>
Date : 2020-09-21T15:12:35+02:00
Stats : +6/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-pint/c/da0cb6424ff8fd2fa93e321b27c25f489ec64238?branch=rpmlint-etc
Log:
Fix test dependencies and execution
---
diff --git a/python-pint.spec b/python-pint.spec
index 454928e..845fc38 100644
--- a/python-pint.spec
+++ b/python-pint.spec
@@ -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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-12 10:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-12 10:21 [rpms/python-pint] rpmlint-etc: Fix test dependencies and execution Lumir Balhar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox