Use all pyproject-rpm-macros features now when RHEL 9 was synced

epel9
Miro Hrončok 3 years ago
parent 19b9653c02
commit 984b04bdf0

@ -47,11 +47,10 @@ The tox-current-env plugin allows to run tests in current Python environment.
%check
# the tests currently only work within actual tox and with various Python
# versions installed, so we skip them and do an import check only instead:
%py3_check_import %{pypi_under}
%pyproject_check_import
%files -n python%{python3_pkgversion}-%{pypi_name} -f %{pyproject_files}
%license LICENSE
%doc README.rst

Loading…
Cancel
Save