]> git.pld-linux.org Git - projects/template-specs.git/blobdiff - python3.spec
- use explicit PYTEST_PLUGINS lists for reliable tests (not failing if some conflicti...
[projects/template-specs.git] / python3.spec
index 1132cb86abfcd688c0b61ff2b059b075dcfd3555..c4b24393370d9d0f6b9ebfa65a9eb7f9cdf71c33 100644 (file)
@@ -67,6 +67,9 @@ Dokumentacja API moduĊ‚u Pythona %{module}.
 # deprecated target, but sometimes still used: %{?with_tests:test}
 
 %if %{with tests}
+# use explicit plugins list for reliable builds (delete PYTEST_PLUGINS if empty)
+PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
+PYTEST_PLUGINS= \
 %{__python3} -m pytest tests
 %endif
 
This page took 0.23619 seconds and 4 git commands to generate.