!8 修复python-pytest-forked编译报错
From: @wu-leilei Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
40665c5cbd
@ -1,7 +1,7 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-pytest-forked
|
||||
Version: 1.4.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: run tests in isolated forked subprocesses
|
||||
License: MIT
|
||||
URL: https://github.com/pytest-dev/pytest-forked
|
||||
@ -87,7 +87,7 @@ mv %{buildroot}/doclist.lst .
|
||||
|
||||
%check
|
||||
PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} testing
|
||||
rm -f %{buildroot}%{python3_sitelib}/pytest_forked/__pycache__/__init__.cpython-310-pytest-6.2.5.pyc
|
||||
rm -f %{buildroot}%{python3_sitelib}/pytest_forked/__pycache__/__init__.cpython-310-pytest-*.pyc
|
||||
|
||||
%files -n python3-pytest-forked -f filelist.lst
|
||||
%dir %{python3_sitelib}/*
|
||||
@ -96,6 +96,9 @@ rm -f %{buildroot}%{python3_sitelib}/pytest_forked/__pycache__/__init__.cpython-
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Thu Dec 29 2022 wulei <wulei80@h-partners.com> - 1.4.0-3
|
||||
- Rectify the compilation failure
|
||||
|
||||
* Wed Jun 22 2022 renliang <renliang@uniontech.com> - 1.4.0-2
|
||||
- To modify check, run check
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user