From cb87394601bd14ffb29a73d125d14a7465184118 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 10 Mar 2022 21:51:09 +0100 Subject: [PATCH] - disable pytest plugins --- python3-sphinxcontrib-applehelp.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python3-sphinxcontrib-applehelp.spec b/python3-sphinxcontrib-applehelp.spec index 66f4939..215230b 100644 --- a/python3-sphinxcontrib-applehelp.spec +++ b/python3-sphinxcontrib-applehelp.spec @@ -40,6 +40,7 @@ książki pomocy Apple. %py3_build %if %{with tests} +PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \ %{__python3} -m pytest tests %endif -- 2.44.0