diff options
author | wiz <wiz@pkgsrc.org> | 2017-03-21 16:04:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-03-21 16:04:59 +0000 |
commit | 5d99a122f57269b6456535bd4e466ff9a5158295 (patch) | |
tree | 012c1b9053e85901cf995c38162c118a8a5f22c6 /security/py-cryptography | |
parent | 59038233caab946252694499d3da96b9e03bd609 (diff) | |
download | pkgsrc-5d99a122f57269b6456535bd4e466ff9a5158295.tar.gz |
Remove comment -- test failures not repeatable.
Diffstat (limited to 'security/py-cryptography')
-rw-r--r-- | security/py-cryptography/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index dc2ee17c10d..a6aac4cd7a8 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2017/03/13 09:42:25 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2017/03/21 16:04:59 wiz Exp $ DISTNAME= cryptography-1.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -30,8 +30,6 @@ DEPENDS+= ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34 DEPENDS+= ${PYPKGPREFIX}-ipaddress-[0-9]*:../../net/py-ipaddress .endif -# two test failures in 1.8.1 -# https://github.com/pyca/cryptography/issues/3445 do-test: cd ${WRKSRC} && py.test-${PYVERSSUFFIX} |