From a76d94168643a8c01c64004100b740c913f629c2 Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: Oct 11 2023 21:17:22 +0000 Subject: F38+: Use %{py3_test_envvars} https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_other_test_runners --- diff --git a/jello.spec b/jello.spec index d4629b8..cfbeb3e 100644 --- a/jello.spec +++ b/jello.spec @@ -38,7 +38,7 @@ install -t '%{buildroot}%{_mandir}/man1' -D -p -m 0644 man/* %check -PYTHONPATH='%{buildroot}%{python3_sitelib}' ./runtests.sh +%{py3_test_envvars} ./runtests.sh %files -f %{pyproject_files}