]> git.pld-linux.org Git - packages/python3-numpy.git/commitdiff
- disable pytest plugins
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 2 Sep 2022 20:44:14 +0000 (22:44 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 2 Sep 2022 20:44:14 +0000 (22:44 +0200)
python3-numpy.spec

index 4006e77d5884da7d9e495c7860dc104963eca4dc..b8394acfc4437018ae0566efb7ec8b3633e1b67c 100644 (file)
@@ -77,6 +77,7 @@ LDFLAGS="%{rpmldflags} -shared"
 %py3_build
 
 %if %{with tests}
+PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
 %{__python3} runtests.py --mode=full
 %endif
 
This page took 0.141934 seconds and 4 git commands to generate.