[packages/python3-pdm-backend] - try to pass some git config to avoid errors on builders
qboosh
qboosh at pld-linux.org
Sat Jan 17 16:41:30 CET 2026
commit 4ed0ff3062492c1dab2ccfc490f78a1c43d12dbd
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Jan 17 16:41:30 2026 +0100
- try to pass some git config to avoid errors on builders
python3-pdm-backend.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/python3-pdm-backend.spec b/python3-pdm-backend.spec
index 8f5b4b4..7b69f9d 100644
--- a/python3-pdm-backend.spec
+++ b/python3-pdm-backend.spec
@@ -61,6 +61,8 @@ metadane w formacie PEP 621 i konwertuje do formatu Core metadata
%py3_build_pyproject
%if %{with tests}
+GIT_AUTHOR_NAME="Builder" \
+GIT_AUTHOR_EMAIL="builder at localhost" \
PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
PYTHONPATH=$(pwd)/src \
%{__python3} -m pytest tests
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-pdm-backend.git/commitdiff/4ed0ff3062492c1dab2ccfc490f78a1c43d12dbd
More information about the pld-cvs-commit
mailing list