%global pypi_name pytest-lazy-fixtures Name: python-%{pypi_name} Version: 1.0.7 Release: %autorelease Summary: Library to use fixtures in @pytest.mark.parametrize License: MIT URL: https://github.com/dev-petrov/pytest-lazy-fixtures Source0: %{pypi_source} BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-poetry-core BuildRequires: python3dist(pytest) %description Use your fixtures in @pytest.mark.parametrize. This project was inspired by pytest-lazy-fixture. Improvements that have been made in this project: You can use fixtures in any data structures You can access the attributes of fixtures You can use functions in fixtures %package -n python3-%{pypi_name} Summary: Library to use fixtures in @pytest.mark.parametrize %description -n python3-%{pypi_name} %prep %autosetup -n %{pypi_name}-%{version} %generate_buildrequires %pyproject_buildrequires -r %build %pyproject_wheel %install %pyproject_install %pyproject_save_files pytest_lazy_fixtures %check %pytest %files -n python3-%{pypi_name} -f %{pyproject_files} %doc README.md %changelog * Tue May 7 2024 Ian Wienand - 1.0.7-%autorelease - Initial package