[packages/python3-pep517] Rel 2
arekm
arekm at pld-linux.org
Sat May 24 17:06:41 CEST 2025
commit 7bb1039a3854c4aa9fe6532532236b605eb9dea3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sat May 24 16:35:02 2025 +0200
Rel 2
python3-pep517.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/python3-pep517.spec b/python3-pep517.spec
index 67d1767..00ccdc3 100644
--- a/python3-pep517.spec
+++ b/python3-pep517.spec
@@ -7,7 +7,7 @@ Summary: Wrappers to build Python packages using PEP 517 hooks
Summary(pl.UTF-8): Opakowanie do budowania pakietów Pythona przy użyciu uchwytów PEP 517
Name: python3-pep517
Version: 0.13.1
-Release: 1
+Release: 2
License: MIT
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/pep517/
@@ -21,6 +21,7 @@ BuildRequires: python3-modules >= 1:3.6
BuildRequires: python3-pip
BuildRequires: python3-pytest
BuildRequires: python3-pytest-flake8
+BuildRequires: python3-testpath
BuildRequires: python3-toml
%if "%{py3_ver}" < "3.8"
BuildRequires: python3-importlib_metadata
@@ -66,7 +67,7 @@ Dokumentacja API modułu Pythona pep517.
%if %{with tests}
PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
PYTEST_PLUGINS="pytest_flake8" \
-%{__python3} -m pytest tests -k 'not test_classic_package and not test_meta_for_this_package and not test_meta_output'
+%{__python3} -m pytest tests -k 'not test_classic_package and not test_meta_for_this_package and not test_meta_output and not test_setup_py'
%endif
%if %{with doc}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-pep517.git/commitdiff/7bb1039a3854c4aa9fe6532532236b605eb9dea3
More information about the pld-cvs-commit
mailing list