[packages/python-pyrsistent] - disable pytest plugins

qboosh qboosh at pld-linux.org
Mon Mar 14 20:24:47 CET 2022


commit 91d897d267182d48a670cf1026bd8a9b45af5935
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Mar 14 20:26:54 2022 +0100

    - disable pytest plugins

 python-pyrsistent.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec
index 4bb80c2..888ca51 100644
--- a/python-pyrsistent.spec
+++ b/python-pyrsistent.spec
@@ -78,6 +78,7 @@ immutable.
 %py_build
 
 %if %{with tests}
+PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
 %{__python} -m pytest tests
 %endif
 %endif
@@ -86,6 +87,7 @@ immutable.
 %py3_build
 
 %if %{with tests}
+PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
 %{__python3} -m pytest tests
 %endif
 %endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pyrsistent.git/commitdiff/91d897d267182d48a670cf1026bd8a9b45af5935



More information about the pld-cvs-commit mailing list