From 0910bcf72bffedc53460af15241e88cbdf6d7f91 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Sun, 7 Apr 2024 09:24:01 +0800 Subject: [PATCH] do not set the test suite search path (cherry picked from commit 65a8bc48f9dac14b3e357183cc10ebc66d26d20e) --- python-cffi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-cffi.spec b/python-cffi.spec index d555638..ed7aa30 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -6,7 +6,7 @@ based on C-like declarations that you can often copy-paste from header files or Name: python-%{_name} Version: 1.16.0 -Release: 1 +Release: 2 Summary: %{_summary} License: MIT URL: http://cffi.readthedocs.org @@ -39,7 +39,7 @@ Buildrequires: python3-py %py3_install %check -PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/ +PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest %files -n python3-%{_name} %defattr(-,root,root) @@ -53,6 +53,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/ %doc PKG-INFO README.md %changelog +* Sun Apr 07 2024 shixuantong - 1.16.0-2 +- do not set the test suite search path + * Wed Jan 10 2024 Dongxing Wang - 1.16.0-1 - Update package to version 1.16.0 -- Gitee