pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/py-matplotlib
Module Name: pkgsrc
Committed By: wiz
Date: Sun Aug 11 14:54:52 UTC 2024
Modified Files:
pkgsrc/graphics/py-matplotlib: Makefile
Log Message:
py-matplotlib: update test status
Now that py-numpy is fixed for my system
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/graphics/py-matplotlib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/py-matplotlib/Makefile
diff -u pkgsrc/graphics/py-matplotlib/Makefile:1.97 pkgsrc/graphics/py-matplotlib/Makefile:1.98
--- pkgsrc/graphics/py-matplotlib/Makefile:1.97 Sun Aug 11 07:03:21 2024
+++ pkgsrc/graphics/py-matplotlib/Makefile Sun Aug 11 14:54:52 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2024/08/11 07:03:21 wiz Exp $
+# $NetBSD: Makefile,v 1.98 2024/08/11 14:54:52 wiz Exp $
DISTNAME= matplotlib-3.9.1.post1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -48,16 +48,12 @@ DEPENDS+= ${PYPKGPREFIX}-importlib-resou
.endif
# depends on do-install
-# as of 3.9.0
-# 928 failed, 6776 passed, 1785 skipped, 33 xfailed
+# as of 3.9.1.post1:
+# 929 failed, 6801 passed, 1785 skipped, 33 xfailed
# possible additional test dependencies to pass more tests include
# pikepdf, tex, qt, ghostscript, ...
# py-test command line comes from https://github.com/matplotlib/matplotlib/issues/28260
-# as of 3.9.1.post1:
-# tests/test_triangulation.py ...................F...........Fatal Python error: Segmentation fault
-# backtrace:
-# #2 _mm512_loadu_si512 (__P=0x76a6b95e2ec4) at /usr/include/gcc-12/avx512fintrin.h:6501
do-test:
cd ${WRKSRC} && pytest-${PYVERSSUFFIX} -ra -m 'not network' --pyargs matplotlib
Home |
Main Index |
Thread Index |
Old Index