2023-05-31 19:46:45 +00:00
committed by Git OBS Bridge
parent e3ef480f13
commit 92e32f63f2

View File

@@ -24,9 +24,9 @@ Summary: Python unittest subTest() support and subtests fixture
License: MIT
URL: https://github.com/pytest-dev/pytest-subtests
Source: https://files.pythonhosted.org/packages/source/p/pytest-subtests/pytest-subtests-%{version}.tar.gz
BuildRequires: %{python_module attr}
BuildRequires: %{python_module setuptools >= 40.0}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pytest >= 7.0
@@ -43,10 +43,10 @@ Python unittest subTest() support and subtests fixture.
%setup -q -n pytest-subtests-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check