1 Star 0 Fork 7

赵梦/python-pytest-perf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-pytest-perf.spec 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
%global upstream_name pytest-perf
Name: python-%{upstream_name}
Version: 0.13.1
Release: 1
Summary: Pytest plugin to perf order tests and control random.seed
License: MIT
URL: https://github.com/jaraco/pytest-perf
Source0: %{url}/archive/%{version}/%{upstream_name}-%{version}.tar.gz
# Tests support for pytest 7.3.x
# https://github.com/jaraco/pytest-perf/pull/540
# Merged upstream without preserving pytest 7.2.x compatibility
# Rebased; requirements/py*.txt changes not included
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-pip-run
Requires: python3-pip-run
%description
%{summary}.
%package -n python3-%{upstream_name}
Summary: %{summary}
%description -n python3-%{upstream_name}
%{summary}.
%prep
%autosetup -p1 -n %{upstream_name}-%{version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-%{upstream_name}
%doc README.rst
%license LICENSE
%{python3_sitelib}/pytest_perf-*.dist-info/
%{python3_sitelib}/pytest_perf/__pycache__/
%{python3_sitelib}/pytest_perf/
%changelog
* Wed Jul 05 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 0.13.1-1
- Init package python-pytest-perf of version 0.13.1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mengzhaoa/python-pytest-perf.git
git@gitee.com:mengzhaoa/python-pytest-perf.git
mengzhaoa
python-pytest-perf
python-pytest-perf
master

搜索帮助