diff --git a/python-cffi.spec b/python-cffi.spec index d55563864992468b2917701c47c40e0c6762386e..ed7aa30a09ecf00ce6d2d63a1521fe17774ec577 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