public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-lazy-loader] f44: De-conditionalize the tests
@ 2026-09-22 6:31 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-22 6:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-lazy-loader
Branch : f44
Commit : 6d4c720415c6617ae079884a4a6f56b5a9a94851
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-05-13T13:44:26+01:00
Stats : +0/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-lazy-loader/c/6d4c720415c6617ae079884a4a6f56b5a9a94851?branch=f44
Log:
De-conditionalize the tests
---
diff --git a/python-lazy-loader.spec b/python-lazy-loader.spec
index b8a91f2..04046c5 100644
--- a/python-lazy-loader.spec
+++ b/python-lazy-loader.spec
@@ -1,5 +1,3 @@
-%bcond tests 1
-
Name: python-lazy-loader
Version: 0.5
Release: %autorelease
@@ -14,7 +12,6 @@ BuildOption(install): --assert-license lazy_loader
BuildArch: noarch
-%if %{with tests}
# The “test” extra includes unwanted linters, etc.; we manually BR pytest
# rather than patching out all the others from pyproject.toml.
BuildRequires: %{py3_dist pytest}
@@ -22,7 +19,6 @@ BuildRequires: %{py3_dist pytest}
# metadata, so we must BR them manually as well:
BuildRequires: %{py3_dist numpy}
BuildRequires: %{py3_dist scipy}
-%endif
%global common_description %{expand:
lazy-loader makes it easy to load subpackages and functions on demand.
@@ -43,9 +39,7 @@ Summary: %{summary}
%check -a
-%if %{with tests}
%pytest
-%endif
%files -n python3-lazy-loader -f %{pyproject_files}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-22 6:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-22 6:31 [rpms/python-lazy-loader] f44: De-conditionalize the tests Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox