4 Star 0 Fork 1

OpenCloudOS Stream/python-pytest-xprocess

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-pytest-xprocess.spec 1.97 KB
一键复制 编辑 原始数据 按行查看 历史
ocs-bot 提交于 2024-08-16 15:47 . Rebuilt for loongarch release
%global pypi_name pytest-xprocess
Summary: Pytest plugin to manage external processes across test runs
Name: python-%{pypi_name}
Version: 0.23.0
Release: 2%{?dist}
License: MIT
URL: https://github.com/pytest-dev/pytest-xprocess
Source0: %{pypi_source}
BuildRequires: python3-devel python3dist(psutil) python3dist(pytest) python3dist(setuptools) python3dist(setuptools-scm)
BuildArch: noarch
%description
Experimental py.test <>_ plugin for managing processes across test runs.Usage
install via:: pip install pytest-xprocessThis will provide a xprocess fixture
which helps you to ensure that one ore more longer-running processes are
present for your tests. You can use it to start and pre-configure test-specific
databases (Postgres, Couchdb, ...).Additionally there are two new command line...
%package -n python3-%{pypi_name}
Summary: Pytest plugin to manage external processes across test runs
Requires: python3dist(psutil) python3dist(pytest) python3dist(setuptools)
%description -n python3-%{pypi_name}
Experimental py.test <>_ plugin for managing processes across test runs.Usage
install via:: pip install pytest-xprocessThis will provide a xprocess fixture
which helps you to ensure that one ore more longer-running processes are
present for your tests. You can use it to start and pre-configure test-specific
databases (Postgres, Couchdb, ...).Additionally there are two new command line...
%prep
%autosetup -n %{pypi_name}-%{version} -p1
rm -rf %{pypi_name}.egg-info
chmod -x README.rst
%build
%py3_build
%install
%py3_install
%check
%pytest
%files -n python3-%{pypi_name}
%license LICENSE
%doc README.rst
%{python3_sitelib}/xprocess/
%{python3_sitelib}/pytest_xprocess-%{version}-py%{python3_version}.egg-info
%changelog
* Fri Aug 16 2024 OpenCloudOS Release Engineering <[email protected]> - 0.23.0-2
- Rebuilt for loongarch release
* Mon Dec 11 2023 Shuo Wang <[email protected]> - 0.23.0-1
- initial build
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opencloudos-stream/python-pytest-xprocess.git
[email protected]:opencloudos-stream/python-pytest-xprocess.git
opencloudos-stream
python-pytest-xprocess
python-pytest-xprocess
master

搜索帮助