[packages/python-jupyter_core] disable pytest plugin autoload
atler
atler at pld-linux.org
Sat Apr 19 16:46:16 CEST 2025
commit 8fdb3d55888dad95460ea46baf0f09e21e11911d
Author: Jan Palus <atler at pld-linux.org>
Date: Sat Apr 19 16:12:05 2025 +0200
disable pytest plugin autoload
python-jupyter_core.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/python-jupyter_core.spec b/python-jupyter_core.spec
index 80ec723..7ca62ba 100644
--- a/python-jupyter_core.spec
+++ b/python-jupyter_core.spec
@@ -119,6 +119,7 @@ Dopełnianie parametrów w zsh dla poleceń jupyter.
%if %{with tests}
LC_ALL=C.UTF-8 \
PYTHONPATH=$(pwd) \
+PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
%{__python} -m pytest jupyter_core/tests
%endif
%endif
@@ -128,6 +129,7 @@ PYTHONPATH=$(pwd) \
%if %{with tests}
PYTHONPATH=$(pwd) \
+PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
%{__python3} -m pytest jupyter_core/tests
%endif
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-jupyter_core.git/commitdiff/8fdb3d55888dad95460ea46baf0f09e21e11911d
More information about the pld-cvs-commit
mailing list