aboutsummaryrefslogtreecommitdiff
path: root/math/py-sympy
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2022-11-21 16:03:51 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2022-11-21 17:23:42 +0000
commitdc7a0efdbbef28e77b013917e3244283e9467b01 (patch)
tree12eb4c7718df41568dc4dabff66e43b11d46825e /math/py-sympy
parent9b0099366858426fbf29657fcf79d0f7a519d033 (diff)
downloadports-dc7a0efdbbef28e77b013917e3244283e9467b01.tar.gz
ports-dc7a0efdbbef28e77b013917e3244283e9467b01.zip
math/py-sympy: switch to USE_PYTHON=pytest
Approved by: portmgr blanket
Diffstat (limited to 'math/py-sympy')
-rw-r--r--math/py-sympy/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile
index c6f5b635b66f..c335283bea98 100644
--- a/math/py-sympy/Makefile
+++ b/math/py-sympy/Makefile
@@ -12,10 +12,9 @@ WWW= https://sympy.org/
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mpmath>=0.19:math/py-mpmath@${PY_FLAVOR}
-TEST_DEPENDS= py.test:devel/py-pytest@${PY_FLAVOR}
USES= python:3.8+
-USE_PYTHON= distutils concurrent autoplist
+USE_PYTHON= distutils concurrent autoplist pytest
NO_ARCH= yes
OPTIONS_DEFINE= PYGLET
@@ -26,7 +25,4 @@ PYGLET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyglet1>=1.1.2:graphics/py-pyglet1@${
post-patch:
@${REINPLACE_CMD} -e "s#share/man/man1#man/man1#" ${WRKSRC}/setup.py
-do-test: install
- (cd ${WRKSRC} && py.test)
-
.include <bsd.port.mk>