summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-07-03 21:37:29 +0000
committerwiz <wiz@pkgsrc.org>2017-07-03 21:37:29 +0000
commit5ad0d6f1a8c6aae3e01b3bc0ad3abd568e1fe441 (patch)
tree6ed52b26f7b7bb2ae570efb2e4b634200b03a184 /security
parentabf75a25d39dac046ed7ab72cf5afc13c24dd0c7 (diff)
downloadpkgsrc-5ad0d6f1a8c6aae3e01b3bc0ad3abd568e1fe441.tar.gz
Simplify testing part. Ok adam@
Diffstat (limited to 'security')
-rw-r--r--security/py-OpenSSL/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/security/py-OpenSSL/Makefile b/security/py-OpenSSL/Makefile
index f7a1fb98e34..063d2f662f0 100644
--- a/security/py-OpenSSL/Makefile
+++ b/security/py-OpenSSL/Makefile
@@ -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 @@ DEPENDS+= ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six
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"