pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/py-scipy py-scipy: add missing test dependency
details: https://anonhg.NetBSD.org/pkgsrc/rev/e67463a52371
branches: trunk
changeset: 312287:e67463a52371
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Aug 31 08:09:19 2018 +0000
description:
py-scipy: add missing test dependency
Update comment about upstream bug reports about test failures.
diffstat:
math/py-scipy/Makefile | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (25 lines):
diff -r 8ecc7968167b -r e67463a52371 math/py-scipy/Makefile
--- a/math/py-scipy/Makefile Fri Aug 31 07:29:29 2018 +0000
+++ b/math/py-scipy/Makefile Fri Aug 31 08:09:19 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2018/08/20 22:36:21 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.36 2018/08/31 08:09:19 wiz Exp $
DISTNAME= scipy-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -98,11 +98,11 @@
.endif
TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-# support files for tests missing in 0.18.0 on pypi
-# https://github.com/scipy/scipy/issues/6498
-# self test failures reported at
-# https://github.com/scipy/scipy/issues/6499
+# self test failures for 1.1.0 reported at
+# https://github.com/scipy/scipy/issues/9196
+# needs 'make install' first!
do-test:
${PYTHONBIN} -c "import scipy; scipy.test('full')"
Home |
Main Index |
Thread Index |
Old Index