pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/py-textual



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jul 30 06:53:51 UTC 2024

Modified Files:
        pkgsrc/comms/py-textual: Makefile

Log Message:
py-textual: add missing TEST_DEPENDS, update test status


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/comms/py-textual/Makefile

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

Modified files:

Index: pkgsrc/comms/py-textual/Makefile
diff -u pkgsrc/comms/py-textual/Makefile:1.2 pkgsrc/comms/py-textual/Makefile:1.3
--- pkgsrc/comms/py-textual/Makefile:1.2        Mon Jul 29 07:29:03 2024
+++ pkgsrc/comms/py-textual/Makefile    Tue Jul 30 06:53:50 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/07/29 07:29:03 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/07/30 06:53:50 wiz Exp $
 
 DISTNAME=      textual-0.74.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,11 +17,12 @@ DEPENDS+=   ${PYPKGPREFIX}-markdown-it-py-
 # optional
 #DEPENDS+=     ${PYPKGPREFIX}-tree-sitter>=0.20.1:../../wip/py-tree-sitter
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-textual-snapshot>=0.4.0:../../devel/py-test-textual-snapshot
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
 
 USE_LANGUAGES= # none
 
-# as of 0.72.0
-# 306 failed, 1177 passed, 1354 skipped, 3 xfailed, 1431 warnings, 8 errors
+# as of 0.74.0
+# 318 failed, 1188 passed, 1368 skipped, 3 xfailed, 1445 warnings, 8 errors
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index