Compare commits

..

3 Commits

Author SHA1 Message Date
Fedora Release Engineering 6e144e99cd Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-22 23:01:51 +00:00
Python Maint a9d086676a Rebuilt for Python 3.11 2022-06-13 20:10:35 +02:00
Lumir Balhar 0598f683e3 Exclude hooks[34] from check import 2022-04-20 10:36:27 +02:00
+11 -3
View File
@@ -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