[packages/python-pytest-cov] - disable python3 here, it emits deprecated hook warnings with pytest 7
qboosh
qboosh at pld-linux.org
Tue Nov 14 21:56:35 CET 2023
commit 1fa01dd66389702061ba096948fdb782e66655f8
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Nov 14 21:47:21 2023 +0100
- disable python3 here, it emits deprecated hook warnings with pytest 7
python-pytest-cov.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python-pytest-cov.spec b/python-pytest-cov.spec
index 534a44a..c440eb3 100644
--- a/python-pytest-cov.spec
+++ b/python-pytest-cov.spec
@@ -4,7 +4,7 @@
%bcond_with tests # py.test tests [sensitive to coverage and pytest output, few tests fail for me]
%bcond_with tests_py2 # Python 2 py.test tests [require some modules sources + the above]
%bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with python3 # CPython 3.x module (built from python3-pytest-cov.spec)
Summary: pytest plugin for measuring coverage
Summary(pl.UTF-8): Wtyczka pytest do mierzenia pokrycia
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-pytest-cov.git/commitdiff/1fa01dd66389702061ba096948fdb782e66655f8
More information about the pld-cvs-commit
mailing list