From 107b976cebbfdbca3af2e00d8026f64c22f8f63b Mon Sep 17 00:00:00 2001 From: Carl George Date: Fri, 22 Nov 2024 18:29:02 -0600 Subject: [PATCH] Run test suite in %%check --- python-deprecated.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-deprecated.spec b/python-deprecated.spec index 87800ee..2e3b0ef 100644 --- a/python-deprecated.spec +++ b/python-deprecated.spec @@ -16,6 +16,7 @@ functions or methods.} %package -n python3-deprecated Summary: %{summary} BuildRequires: python3-devel +BuildRequires: python3-pytest %description -n python3-deprecated %{_description} @@ -32,6 +33,9 @@ BuildRequires: python3-devel %pyproject_install %pyproject_save_files -l deprecated +%check +%pytest + %files -n python3-deprecated -f %{pyproject_files} %doc README.md @@ -40,6 +44,7 @@ BuildRequires: python3-devel * Sat Nov 23 2024 Carl George - 1.2.15-1 - Update to version 1.2.15 - Convert to pyproject macros +- Run test suite in %%check * Fri Jul 19 2024 Fedora Release Engineering - 1.2.14-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild