Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Sep 2018 03:15:14 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480152 - head/math/py-secp256k1
Message-ID:  <201809200315.w8K3FEIQ094928@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Sep 20 03:15:14 2018
New Revision: 480152
URL: https://svnweb.freebsd.org/changeset/ports/480152

Log:
  math/py-secp256k1: Remove test target and depends because tests aren't defined
  
  Revert my commit r480150 because tests only exist in the github version, but not in the CHEESESHOP version.
  
  Approved by:	portmgr blanket

Modified:
  head/math/py-secp256k1/Makefile

Modified: head/math/py-secp256k1/Makefile
==============================================================================
--- head/math/py-secp256k1/Makefile	Thu Sep 20 02:47:24 2018	(r480151)
+++ head/math/py-secp256k1/Makefile	Thu Sep 20 03:15:14 2018	(r480152)
@@ -14,12 +14,8 @@ LICENSE=	MIT
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.8.0:devel/py-cffi@${PY_FLAVOR}
 LIB_DEPENDS=	libsecp256k1.so:math/secp256k1
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.11.1:devel/py-pytest-runner@${PY_FLAVOR}
 
 USES=		localbase python pkgconfig
 USE_PYTHON=	autoplist distutils
-
-do-test: # some tests fail: https://github.com/ludbb/secp256k1-py/issues/31
-	@cd ${WRKSRC} && ${PYTHON_CMD} -m test
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809200315.w8K3FEIQ094928>