summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/py-secp256k1/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/math/py-secp256k1/Makefile b/math/py-secp256k1/Makefile
index fe0c68534ec5..a4a3c110435b 100644
--- a/math/py-secp256k1/Makefile
+++ b/math/py-secp256k1/Makefile
@@ -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>