!33 [sync] PR-31: 取消指定测试用例搜索路径

From: @openeuler-sync-bot 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
This commit is contained in:
openeuler-ci-bot 2024-04-08 02:54:45 +00:00 committed by Gitee
commit afc64d04cb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -6,7 +6,7 @@ based on C-like declarations that you can often copy-paste from header files or
Name: python-%{_name} Name: python-%{_name}
Version: 1.16.0 Version: 1.16.0
Release: 1 Release: 2
Summary: %{_summary} Summary: %{_summary}
License: MIT License: MIT
URL: http://cffi.readthedocs.org URL: http://cffi.readthedocs.org
@ -39,7 +39,7 @@ Buildrequires: python3-py
%py3_install %py3_install
%check %check
PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest
%files -n python3-%{_name} %files -n python3-%{_name}
%defattr(-,root,root) %defattr(-,root,root)
@ -53,6 +53,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/
%doc PKG-INFO README.md %doc PKG-INFO README.md
%changelog %changelog
* Sun Apr 07 2024 shixuantong <shixuantong1@huawei.com> - 1.16.0-2
- do not set the test suite search path
* Wed Jan 10 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 1.16.0-1 * Wed Jan 10 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 1.16.0-1
- Update package to version 1.16.0 - Update package to version 1.16.0