Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6e144e99cd | |||
| a9d086676a | |||
| 0598f683e3 |
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.0.8
|
||||
Release: 1%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Tox plugin to run tests in current Python environment
|
||||
|
||||
License: MIT
|
||||
@@ -46,8 +46,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:
|
||||
%pyproject_check_import
|
||||
# versions installed, so we skip them and do an import check only instead.
|
||||
# hooks[34].py are imported in hooks.py based on tox version so we have to
|
||||
# exclude them here.
|
||||
%pyproject_check_import -e '*.hooks?'
|
||||
|
||||
|
||||
%files -n python%{python3_pkgversion}-%{pypi_name} -f %{pyproject_files}
|
||||
@@ -55,6 +57,12 @@ The tox-current-env plugin allows to run tests in current Python environment.
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.8-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.0.8-2
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
* Wed Mar 02 2022 Miro Hrončok <mhroncok@redhat.com> - 0.0.8-1
|
||||
- Update to 0.0.8 to support allowlist_externals
|
||||
|
||||
|
||||
Reference in New Issue
Block a user