]> git.pld-linux.org Git - packages/python-FormEncode.git/commitdiff
- disable pytest plugin autoload
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 19 Sep 2023 15:14:56 +0000 (17:14 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 19 Sep 2023 15:14:56 +0000 (17:14 +0200)
python-FormEncode.spec

index fc97a1b7d802a6e8e5ba9960d00ff39a3973186a..61a565a2b964701c3683b7e6cefad73a63958c46 100644 (file)
@@ -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
This page took 0.40197 seconds and 4 git commands to generate.