ping
On Sat, Nov 23, 2019 at 12:27:42PM -0500, Pamela Mosiejczuk wrote:
> Hi,
> With missing deps imported, these tests can now be run, so flip them on.
>
> OK?
> -pamela
>
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/py-mastodon.py/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile 27 Aug 2019 03:16:26 -0000 1.5
+++ Makefile 19 Nov 2019 00:48:27 -0000
@@ -18,6 +18,7 @@ PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
MODPY_PI = Yes
+MODPY_PYTEST = Yes
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
@@ -32,7 +33,11 @@ RUN_DEPENDS = devel/py-dateutil${MODPY_
www/py-http_ece${MODPY_FLAVOR} \
www/py-requests${MODPY_FLAVOR}
-# missing test dependencies test-vcr and vcrpy
-NO_TEST = Yes
+TEST_DEPENDS = devel/py-test-cov${MODPY_FLAVOR} \
+ devel/py-test-mock${MODPY_FLAVOR} \
+ devel/py-test-runner${MODPY_FLAVOR} \
+ devel/py-test-vcr${MODPY_FLAVOR} \
+ www/py-requests-mock${MODPY_FLAVOR} \
+ www/py-vcrpy${MODPY_FLAVOR}
.include <bsd.port.mk>
No comments:
Post a Comment