|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|