commit: 8c56493447b24840837af00958ecebf604c1ed17
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 02:30:40 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 02:54:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c564934
dev-python/matplotlib: update hppa skip list
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/matplotlib/matplotlib-3.7.1.ebuild | 30 +++++++++++++++++++++++----
dev-python/matplotlib/matplotlib-3.7.2.ebuild | 30 +++++++++++++++++++++++----
2 files changed, 52 insertions(+), 8 deletions(-)
diff --git a/dev-python/matplotlib/matplotlib-3.7.1.ebuild
b/dev-python/matplotlib/matplotlib-3.7.1.ebuild
index 135d1b285cf8..55747a1aa126 100644
--- a/dev-python/matplotlib/matplotlib-3.7.1.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.7.1.ebuild
@@ -268,11 +268,33 @@ python_test() {
esac
if use hppa ; then
- EPYTEST_IGNORE+=(
- tests/test_mathtext.py
- )
-
EPYTEST_DESELECT+=(
+
'tests/test_mathtext.py::test_mathtext_exceptions[hspace without value]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[hspace with invalid value]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[function without space]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[accent without space]'
+ 'tests/test_mathtext.py::test_mathtext_exceptions[frac
without parameters]'
+ 'tests/test_mathtext.py::test_mathtext_exceptions[frac
with empty parameters]'
+ 'tests/test_mathtext.py::test_mathtext_exceptions[binom
without parameters]'
+ 'tests/test_mathtext.py::test_mathtext_exceptions[binom
with empty parameters]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[genfrac without parameters]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[genfrac with empty
parameters]'
+ 'tests/test_mathtext.py::test_mathtext_exceptions[sqrt
without parameters]'
+ 'tests/test_mathtext.py::test_mathtext_exceptions[sqrt
with invalid value]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[overline without parameters]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[overline with empty
parameter]'
+ 'tests/test_mathtext.py::test_mathtext_exceptions[left
with invalid delimiter]'
+ 'tests/test_mathtext.py::test_mathtext_exceptions[right
with invalid delimiter]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[unclosed parentheses with
sizing]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[unclosed parentheses without
sizing]'
+ 'tests/test_mathtext.py::test_mathtext_exceptions[dfrac
without parameters]'
+ 'tests/test_mathtext.py::test_mathtext_exceptions[dfrac
with empty parameters]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[overset without parameters]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[underset without parameters]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[unknown symbol]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[double superscript]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[double subscript]'
+ 'tests/test_mathtext.py::test_mathtext_exceptions[super
on sub without braces]'
'tests/test_quiver.py::test_barbs[png]'
'tests/test_quiver.py::test_barbs_pivot[png]'
'tests/test_quiver.py::test_barbs_flip[png]'
diff --git a/dev-python/matplotlib/matplotlib-3.7.2.ebuild
b/dev-python/matplotlib/matplotlib-3.7.2.ebuild
index f6e948e0c338..8fad3f941931 100644
--- a/dev-python/matplotlib/matplotlib-3.7.2.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.7.2.ebuild
@@ -273,11 +273,33 @@ python_test() {
esac
if use hppa ; then
- EPYTEST_IGNORE+=(
- tests/test_mathtext.py
- )
-
EPYTEST_DESELECT+=(
+
'tests/test_mathtext.py::test_mathtext_exceptions[hspace without value]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[hspace with invalid value]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[function without space]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[accent without space]'
+ 'tests/test_mathtext.py::test_mathtext_exceptions[frac
without parameters]'
+ 'tests/test_mathtext.py::test_mathtext_exceptions[frac
with empty parameters]'
+ 'tests/test_mathtext.py::test_mathtext_exceptions[binom
without parameters]'
+ 'tests/test_mathtext.py::test_mathtext_exceptions[binom
with empty parameters]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[genfrac without parameters]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[genfrac with empty
parameters]'
+ 'tests/test_mathtext.py::test_mathtext_exceptions[sqrt
without parameters]'
+ 'tests/test_mathtext.py::test_mathtext_exceptions[sqrt
with invalid value]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[overline without parameters]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[overline with empty
parameter]'
+ 'tests/test_mathtext.py::test_mathtext_exceptions[left
with invalid delimiter]'
+ 'tests/test_mathtext.py::test_mathtext_exceptions[right
with invalid delimiter]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[unclosed parentheses with
sizing]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[unclosed parentheses without
sizing]'
+ 'tests/test_mathtext.py::test_mathtext_exceptions[dfrac
without parameters]'
+ 'tests/test_mathtext.py::test_mathtext_exceptions[dfrac
with empty parameters]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[overset without parameters]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[underset without parameters]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[unknown symbol]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[double superscript]'
+
'tests/test_mathtext.py::test_mathtext_exceptions[double subscript]'
+ 'tests/test_mathtext.py::test_mathtext_exceptions[super
on sub without braces]'
'tests/test_quiver.py::test_barbs[png]'
'tests/test_quiver.py::test_barbs_pivot[png]'
'tests/test_quiver.py::test_barbs_flip[png]'