]> git.pld-linux.org Git - packages/python-sphinxcontrib-apidoc.git/commitdiff
- disable pytest plugins
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 17 Mar 2022 18:51:28 +0000 (19:51 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 17 Mar 2022 18:51:28 +0000 (19:51 +0100)
python-sphinxcontrib-apidoc.spec

index ad4966e699e759226e3ffbfa7fb2f7088c4918a7..63dceb0f66a35054aea7f35fd38e1ff5a9c4953b 100644 (file)
@@ -79,6 +79,7 @@ API.
 %py_build
 
 %if %{with tests}
+PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
 %{__python} -m pytest tests
 %endif
 %endif
@@ -87,6 +88,7 @@ API.
 %py3_build
 
 %if %{with tests}
+PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
 %{__python3} -m pytest tests
 %endif
 %endif
This page took 0.098549 seconds and 4 git commands to generate.