From 8cc430503cb1bbbf849055e0f7a9f21f103d94cc Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Tue, 19 Sep 2023 17:14:56 +0200 Subject: [PATCH] - disable pytest plugin autoload --- python-FormEncode.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-FormEncode.spec b/python-FormEncode.spec index fc97a1b..61a565a 100644 --- a/python-FormEncode.spec +++ b/python-FormEncode.spec @@ -100,6 +100,7 @@ Dokumentacja API modułu Pythona FormEncode. %py_build %if %{with tests} +PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \ %{__python} -m pytest build-2/lib/formencode/tests %endif %endif @@ -108,6 +109,7 @@ Dokumentacja API modułu Pythona FormEncode. %py3_build %if %{with tests} +PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \ %{__python3} -m pytest build-3/lib/formencode/tests %endif %endif -- 2.44.0