From b87c3f921a086a78221dec2d1392e3879e5a857c Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Fri, 2 Sep 2022 22:44:14 +0200 Subject: [PATCH] - disable pytest plugins --- python3-numpy.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python3-numpy.spec b/python3-numpy.spec index 4006e77..b8394ac 100644 --- a/python3-numpy.spec +++ b/python3-numpy.spec @@ -77,6 +77,7 @@ LDFLAGS="%{rpmldflags} -shared" %py3_build %if %{with tests} +PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \ %{__python3} runtests.py --mode=full %endif -- 2.43.0