pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-OpenSSL Simplify testing part. Ok adam@



details:   https://anonhg.NetBSD.org/pkgsrc/rev/720c60600c95
branches:  trunk
changeset: 364728:720c60600c95
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 03 21:37:29 2017 +0000

description:
Simplify testing part. Ok adam@

diffstat:

 security/py-OpenSSL/Makefile |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (25 lines):

diff -r 60a23b9561b9 -r 720c60600c95 security/py-OpenSSL/Makefile
--- a/security/py-OpenSSL/Makefile      Mon Jul 03 21:26:06 2017 +0000
+++ b/security/py-OpenSSL/Makefile      Mon Jul 03 21:37:29 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2017/07/03 20:56:04 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2017/07/03 21:37:29 wiz Exp $
 
 DISTNAME=      pyOpenSSL-17.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -16,15 +16,9 @@
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
 
-.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "Darwin"
-do-test:
-       cd ${WRKSRC} && PYTHONPATH=src py.test-${PYVERSSUFFIX} -v -k "not test_verify_with_time and not test_set_default_verify_paths and not test_set_verify_callback_exception"
-.else
 # https://github.com/pyca/pyopenssl/issues/656
 do-test:
        cd ${WRKSRC} && PYTHONPATH=src py.test-${PYVERSSUFFIX} -v
-.endif
 
 .include "../../lang/python/egg.mk"
 .include "../../security/openssl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index