Skip to content

Commit 8bca51a

Browse files
committed
py-matplotlib: update test status
Now that py-numpy is fixed for my system
1 parent 3d18672 commit 8bca51a

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

graphics/py-matplotlib/Makefile

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.97 2024/08/11 07:03:21 wiz Exp $
1+
# $NetBSD: Makefile,v 1.98 2024/08/11 14:54:52 wiz Exp $
22

33
DISTNAME= matplotlib-3.9.1.post1
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -48,16 +48,12 @@ DEPENDS+= ${PYPKGPREFIX}-importlib-resources>=3.2.0:../../devel/py-importlib-res
4848
.endif
4949

5050
# depends on do-install
51-
# as of 3.9.0
52-
# 928 failed, 6776 passed, 1785 skipped, 33 xfailed
51+
# as of 3.9.1.post1:
52+
# 929 failed, 6801 passed, 1785 skipped, 33 xfailed
5353
# possible additional test dependencies to pass more tests include
5454
# pikepdf, tex, qt, ghostscript, ...
5555
# py-test command line comes from https://github.com/matplotlib/matplotlib/issues/28260
5656

57-
# as of 3.9.1.post1:
58-
# tests/test_triangulation.py ...................F...........Fatal Python error: Segmentation fault
59-
# backtrace:
60-
# #2 _mm512_loadu_si512 (__P=0x76a6b95e2ec4) at /usr/include/gcc-12/avx512fintrin.h:6501
6157
do-test:
6258
cd ${WRKSRC} && pytest-${PYVERSSUFFIX} -ra -m 'not network' --pyargs matplotlib
6359

0 commit comments

Comments
 (0)