From 68e39880c2c6ec098068679a877c2adb84c7438f Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 10 Mar 2022 22:04:01 +0100 Subject: [PATCH] - disable pytest plugins --- python3-sphinxcontrib-devhelp.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python3-sphinxcontrib-devhelp.spec b/python3-sphinxcontrib-devhelp.spec index 5a7be5e..fc9ed44 100644 --- a/python3-sphinxcontrib-devhelp.spec +++ b/python3-sphinxcontrib-devhelp.spec @@ -40,6 +40,7 @@ dokumenty Devhelpa. %py3_build %if %{with tests} +PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \ %{__python3} -m pytest tests %endif -- 2.44.0