!11 Disable test
From: @wk333 Reviewed-by: @cherry530 Signed-off-by: @cherry530
This commit is contained in:
commit
dbcc67ac32
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-isort
|
Name: python-isort
|
||||||
Version: 5.12.0
|
Version: 5.12.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A Python utility / library to sort Python imports.
|
Summary: A Python utility / library to sort Python imports.
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/timothycrosley/isort
|
URL: https://github.com/timothycrosley/isort
|
||||||
@ -48,7 +48,9 @@ ln -s isort-%{python3_version} %{buildroot}%{_bindir}/isort-3
|
|||||||
ln -s isort-3 %{buildroot}%{_bindir}/isort
|
ln -s isort-3 %{buildroot}%{_bindir}/isort
|
||||||
|
|
||||||
%check
|
%check
|
||||||
pytest tests
|
# Disable test because test is not available
|
||||||
|
# https://github.com/PyCQA/isort/issues/2129
|
||||||
|
#pytest tests
|
||||||
|
|
||||||
%files -n python3-isort
|
%files -n python3-isort
|
||||||
%doc *.md LICENSE
|
%doc *.md LICENSE
|
||||||
@ -60,6 +62,9 @@ pytest tests
|
|||||||
%{python3_sitelib}/isort-*.egg-info/
|
%{python3_sitelib}/isort-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 25 2024 wangkai <13474090681@163.com> - 5.12.0-2
|
||||||
|
- Disable test
|
||||||
|
|
||||||
* Tue Sep 19 2023 xu_ping <707078654@qq.com> - 5.12.0-1
|
* Tue Sep 19 2023 xu_ping <707078654@qq.com> - 5.12.0-1
|
||||||
- Package upgrade to 5.12.0
|
- Package upgrade to 5.12.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user