forked from pool/python-matplotlib
Accepting request 1141080 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1141080 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=103
This commit is contained in:
commit
ba1c03ea73
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 23 17:01:35 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- force 'swrast' ("llvmpipe") Mesa/OpenGL driver to be used by
|
||||||
|
setting and exporting LIBGL_ALWAYS_SOFTWARE=1 to get rid of
|
||||||
|
issues when Mesa is trying to load 'zink' driver (messages are
|
||||||
|
just warnings, but seem to be fatal for the tests here) (boo#1219095)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 17 17:11:09 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
Sun Dec 17 17:11:09 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -306,6 +306,11 @@ sed -i '/"certifi>=.*"/ d' pyproject.toml
|
|||||||
|
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
%check
|
%check
|
||||||
|
# force 'swrast' ("llvmpipe") Mesa/OpenGL driver to be used by
|
||||||
|
# setting and exporting LIBGL_ALWAYS_SOFTWARE=1 to get rid of
|
||||||
|
# issues when Mesa is trying to load 'zink' driver (messages are
|
||||||
|
# just warnings, but seem to be fatal for the tests here) (boo#1219095)
|
||||||
|
export LIBGL_ALWAYS_SOFTWARE=1
|
||||||
# fails to detect alternative backend within xvfb
|
# fails to detect alternative backend within xvfb
|
||||||
skip_tests+=" or test_backend_fallback_headful"
|
skip_tests+=" or test_backend_fallback_headful"
|
||||||
# test_usetex.py::test_usetex[png] - no tex text -- do not skip test_empty[png] and test_unicode_minus[png]
|
# test_usetex.py::test_usetex[png] - no tex text -- do not skip test_empty[png] and test_unicode_minus[png]
|
||||||
|
Loading…
Reference in New Issue
Block a user