diff options
author | wiz <wiz@pkgsrc.org> | 2018-08-31 08:09:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-08-31 08:09:19 +0000 |
commit | 73d655ec7dbd6b4369b54242f4ce3518768d7f6b (patch) | |
tree | 51642d37f7328c2dd650238e910f220446ec8c74 | |
parent | 8de1f8d9c8fb93c549a5d82d5d5ae77aff10513d (diff) | |
download | pkgsrc-73d655ec7dbd6b4369b54242f4ce3518768d7f6b.tar.gz |
py-scipy: add missing test dependency
Update comment about upstream bug reports about test failures.
-rw-r--r-- | math/py-scipy/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/py-scipy/Makefile b/math/py-scipy/Makefile index 43e70082d6b..8426edeb5c0 100644 --- a/math/py-scipy/Makefile +++ b/math/py-scipy/Makefile @@ -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 @@ fix-darwin-install-name: .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')" |