pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-mistune



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri May  5 09:02:15 UTC 2023

Modified Files:
        pkgsrc/textproc/py-mistune: Makefile

Log Message:
py-mistune: no need for pytest


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-mistune/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-mistune/Makefile
diff -u pkgsrc/textproc/py-mistune/Makefile:1.9 pkgsrc/textproc/py-mistune/Makefile:1.10
--- pkgsrc/textproc/py-mistune/Makefile:1.9     Fri May  5 08:48:35 2023
+++ pkgsrc/textproc/py-mistune/Makefile Fri May  5 09:02:14 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2023/05/05 08:48:35 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2023/05/05 09:02:14 adam Exp $
 
 DISTNAME=      mistune-2.0.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,14 +10,12 @@ HOMEPAGE=   https://github.com/lepture/mis
 COMMENT=       Sane Markdown parser with useful plugins and renderers
 LICENSE=       modified-bsd
 
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m unittest discover -v
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index