2022-07-01 10:30:20 +08:00
|
|
|
Name: python-pytest-randomly
|
2023-07-05 11:20:29 +08:00
|
|
|
Version: 3.12.0
|
2022-07-01 10:30:20 +08:00
|
|
|
Release: 1
|
2023-07-05 11:20:29 +08:00
|
|
|
Summary: Pytest plugin to randomly order tests and control random.seed
|
|
|
|
|
|
|
|
|
|
License: MIT License
|
|
|
|
|
URL: https://github.com/pytest-dev/pytest-randomly
|
|
|
|
|
Source0: %{url}/archive/%{version}/pytest-randomly-%{version}.tar.gz
|
2022-07-01 10:30:20 +08:00
|
|
|
BuildArch: noarch
|
2023-07-05 11:20:29 +08:00
|
|
|
|
2022-07-01 10:30:20 +08:00
|
|
|
%description
|
|
|
|
|
Pytest plugin to randomly order tests and control random.seed.
|
|
|
|
|
|
2023-07-05 11:20:29 +08:00
|
|
|
%package -n python3-pytest-randomly
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
2022-07-01 10:30:20 +08:00
|
|
|
# Base build requires
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-setuptools
|
2023-07-05 11:20:29 +08:00
|
|
|
BuildRequires: python3-setuptools_scm
|
2022-07-01 10:30:20 +08:00
|
|
|
BuildRequires: python3-pip
|
|
|
|
|
BuildRequires: python3-wheel
|
|
|
|
|
|
2023-07-05 11:20:29 +08:00
|
|
|
%description -n python3-pytest-randomly
|
2022-07-01 10:30:20 +08:00
|
|
|
Pytest plugin to randomly order tests and control random.seed.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n pytest-randomly-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
2023-07-05 11:20:29 +08:00
|
|
|
%pyproject_build
|
2022-07-01 10:30:20 +08:00
|
|
|
|
|
|
|
|
%install
|
2023-07-05 11:20:29 +08:00
|
|
|
%pyproject_install
|
2022-07-01 10:30:20 +08:00
|
|
|
|
2023-07-05 11:20:29 +08:00
|
|
|
%files -n python3-pytest-randomly
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc README.rst HISTORY.rst
|
|
|
|
|
%{python3_sitelib}/pytest_randomly-*dist-info/
|
|
|
|
|
%{python3_sitelib}/pytest_randomly/
|
2022-07-01 10:30:20 +08:00
|
|
|
|
|
|
|
|
%changelog
|
2023-07-05 11:20:29 +08:00
|
|
|
* Wed Jul 05 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 3.12.0-1
|
|
|
|
|
- Upgrade package python3-pytest-randomly of version to 3.12.0
|
2022-07-01 10:30:20 +08:00
|
|
|
* Thu Jun 23 2022 OpenStack_SIG <openstack@openeuler.org> - 1.0.0-1
|
|
|
|
|
- Init package python3-pytest-randomly of version 1.0.0
|