pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-pip Add comment why test target won't work.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b3c8d9a1bbc
branches:  trunk
changeset: 358236:2b3c8d9a1bbc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 07 23:42:04 2017 +0000

description:
Add comment why test target won't work.

diffstat:

 devel/py-pip/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r b2f9c3218867 -r 2b3c8d9a1bbc devel/py-pip/Makefile
--- a/devel/py-pip/Makefile     Tue Feb 07 21:40:19 2017 +0000
+++ b/devel/py-pip/Makefile     Tue Feb 07 23:42:04 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2016/12/23 19:12:38 jdolecek Exp $
+# $NetBSD: Makefile,v 1.19 2017/02/07 23:42:04 wiz Exp $
 
 DISTNAME=      pip-9.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,6 +17,11 @@
        ${RM} -f ${DESTDIR}${PREFIX}/bin/pip
        ${RM} -f ${DESTDIR}${PREFIX}/bin/pip[2-3]
 
+# tests not included in tarball
+# https://github.com/pypa/pip/issues/3370
+#do-test:
+#      cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
+
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index