From 2667d68c6a7bdd3c7049998deccec8494515a7b1f6d2fbbc9da802e61ebf65f6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 5 Dec 2023 20:13:48 +0000 Subject: [PATCH] - avoid xdist - not used by upstream and unstable (and not improving the build time by more than 25%) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=256 --- python-Sphinx.changes | 4 ++-- python-Sphinx.spec | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/python-Sphinx.changes b/python-Sphinx.changes index 0f7648f..b3f3d68 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:526e4c78656204f3fe869d2778f44de17bcb47d8142124572392fc78f6738409 -size 183924 +oid sha256:ee10b86554b4d3a9428d7b87b4c8b04cee454d88326de842900be2e5d294635b +size 184162 diff --git a/python-Sphinx.spec b/python-Sphinx.spec index 1acc5d3..de636e2 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -83,7 +83,6 @@ BuildRequires: %{python_module Sphinx = %{version}} BuildRequires: %{python_module Sphinx-latex = %{version}} BuildRequires: %{python_module filelock} BuildRequires: %{python_module html5lib} -BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} BuildRequires: %{python_module sphinxcontrib-websupport} BuildRequires: %{python_module testsuite} @@ -315,7 +314,7 @@ export PYTHONPATH=. export LC_ALL="C.utf8" # test_latex_images test downloading a remote image # test_signature_annotations doesn’t work -%pytest tests -k 'not (linkcheck or test_latex_images or test_signature_annotations or test_copy_images)' -n auto --dist=loadfile +%pytest tests -k 'not (linkcheck or test_latex_images or test_signature_annotations or test_copy_images)' %endif %if ! %{with test}