5 Star 0 Fork 4

src-openEuler/python-pytest-ruff

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-pytest-ruff.spec 1.56 KB
一键复制 编辑 原始数据 按行查看 历史
xuhe 提交于 2024-09-24 16:54 . Update version to 0.4.1
Name: python-pytest-ruff
Version: 0.4.1
Release: 1
Summary: pytest plugin to check ruff requirements.
License: MIT
URL: https://codeload.github.com/shopkeep/pytest-ruff
Source0: https://codeload.github.com/shopkeep/pytest_ruff/archive/%{version}.tar.gz#/pytest_ruff-%{version}.tar.gz
BuildArch: noarch
%description
%{summary}
%package -n python3-pytest-ruff
Summary: %{summary}
# Base build requires
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-poetry-dynamic-versioning
BuildRequires: python3-poetry-core
%description -n python3-pytest-ruff
%{summary}
%prep
%autosetup -n pytest_ruff-%{version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-pytest-ruff
%license LICENSE
%doc README.md
%{python3_sitelib}/pytest_ruff-*dist-info/
%{python3_sitelib}/pytest_ruff*
%changelog
* Tue Sep 24 2024 xuhe <xuhe@kylinos.cn> - 0.4.1-1
- Update version to 0.4.1
- Stop printing whole pytest traceback on error.
- Replace --show-source with --output-format.
- Handle ruff config error.
- Fix pytest without cache -pno:cacheprovider.
* Mon Mar 11 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 0.3.1-1
- Update package to version 0.3.1
Add support to pytest 8.1.x
Support old pytest versions
Support ruff format and respect exclude config
Fix subprocess call for filenames with spaces
* Thu Jul 27 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 0.1-1
- Init package
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-pytest-ruff.git
git@gitee.com:src-openeuler/python-pytest-ruff.git
src-openeuler
python-pytest-ruff
python-pytest-ruff
master

搜索帮助