pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-cssselect2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Aug 10 08:08:13 UTC 2024

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

Log Message:
py-cssselect2: remove unused test dependency

Document test status.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-cssselect2/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-cssselect2/Makefile
diff -u pkgsrc/textproc/py-cssselect2/Makefile:1.11 pkgsrc/textproc/py-cssselect2/Makefile:1.12
--- pkgsrc/textproc/py-cssselect2/Makefile:1.11 Sat Oct 28 19:57:17 2023
+++ pkgsrc/textproc/py-cssselect2/Makefile      Sat Aug 10 08:08:12 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2023/10/28 19:57:17 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/08/10 08:08:12 wiz Exp $
 
 DISTNAME=      cssselect2-0.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,14 +17,13 @@ DEPENDS+=   ${PYPKGPREFIX}-webencodings-[0
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-isort-[0-9]*:../../devel/py-test-isort
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+# as of 0.7.0
+# 431 passed, 9 xfailed
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index