[packages/python-pep517] - rel 8, disable tests as they hang at the end

baggins baggins at pld-linux.org
Tue Mar 25 19:41:54 CET 2025


commit a16935aa98085e0e6cd21ef4c933ea49f978d825
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Mar 25 20:23:59 2025 +0100

    - rel 8, disable tests as they hang at the end

 python-pep517.spec | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/python-pep517.spec b/python-pep517.spec
index e1faf77..ec9e1d7 100644
--- a/python-pep517.spec
+++ b/python-pep517.spec
@@ -1,15 +1,15 @@
 #
 # Conditional build:
 %bcond_without	doc	# Sphinx documentation
-%bcond_without	tests	# unit tests
+%bcond_with	tests	# unit tests (hang at the end)
 %bcond_without	python2 # CPython 2.x module
-%bcond_with		python3 # CPython 3.x module (see python3-pep517.spec)
+%bcond_with	python3 # CPython 3.x module (see python3-pep517.spec)
 
 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:		python-pep517
 Version:	0.10.0
-Release:	7
+Release:	8
 License:	MIT
 Group:		Libraries/Python
 #Source0Download: https://pypi.org/simple/pep517/
@@ -24,6 +24,7 @@ BuildRequires:	python-importlib_metadata
 BuildRequires:	python-pip
 BuildRequires:	python-pytest
 BuildRequires:	python-pytest-flake8
+BuildRequires:	python-testpath
 BuildRequires:	python-toml
 BuildRequires:	python-zipp
 %endif
@@ -35,6 +36,7 @@ BuildRequires:	python3-setuptools
 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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pep517.git/commitdiff/a16935aa98085e0e6cd21ef4c933ea49f978d825



More information about the pld-cvs-commit mailing list