aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-pygeos
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-13 14:58:36 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-13 14:58:36 +0000
commit31cbeeccb56cb4bf1b4a56b8fe76ee3ccf5fc2a6 (patch)
tree0f289bfb692146cb369f909ba1a53d46790e98fe /graphics/py-pygeos
parent00e3d6596685a753e13cbc5381d1413065a91fca (diff)
downloadports-31cbeeccb56cb4bf1b4a56b8fe76ee3ccf5fc2a6.tar.gz
ports-31cbeeccb56cb4bf1b4a56b8fe76ee3ccf5fc2a6.zip
Clean up r557900
Notes
Notes: svn path=/head/; revision=557990
Diffstat (limited to 'graphics/py-pygeos')
-rw-r--r--graphics/py-pygeos/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/graphics/py-pygeos/Makefile b/graphics/py-pygeos/Makefile
index 896aea45e249..8a582cd6c24b 100644
--- a/graphics/py-pygeos/Makefile
+++ b/graphics/py-pygeos/Makefile
@@ -17,14 +17,8 @@ BUILD_DEPENDS= geos>=3.5:graphics/geos \
${PYNUMPY}
LIB_DEPENDS= libgeos.so:graphics/geos
RUN_DEPENDS= ${PYNUMPY}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
-#NO_ARCH= yes
-
-do-test:
- cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v
-
.include <bsd.port.mk>