pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-attrs
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 30 12:12:52 UTC 2023
Modified Files:
pkgsrc/devel/py-attrs: Makefile
Log Message:
py-attrs: add test status, comment out test dependency
py-ZopeInterface will shortly stop supporting python 2.x, and it's an
optional here.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-attrs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-attrs/Makefile
diff -u pkgsrc/devel/py-attrs/Makefile:1.20 pkgsrc/devel/py-attrs/Makefile:1.21
--- pkgsrc/devel/py-attrs/Makefile:1.20 Wed Aug 24 09:25:55 2022
+++ pkgsrc/devel/py-attrs/Makefile Sun Apr 30 12:12:52 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2022/08/24 09:25:55 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2023/04/30 12:12:52 wiz Exp $
DISTNAME= attrs-21.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,8 @@ COMMENT= Attributes without boilerplate
LICENSE= mit
TEST_DEPENDS+= ${PYPKGPREFIX}-Pympler-[0-9]*:../../devel/py-Pympler
-TEST_DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
+# not required and does not support python 2.x
+#TEST_DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
TEST_DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
PYTHON_VERSIONED_DEPENDENCIES+= coverage:test
@@ -20,6 +21,9 @@ PYTHON_VERSIONED_DEPENDENCIES+= test:tes
USE_LANGUAGES= # none
+# 13 failed, 1155 passed, 11 skipped, 1 xfailed, 6 warnings
+# with py-ZopeInterface
+# 13 failed, 1158 passed, 8 skipped, 1 xfailed, 6 warnings
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
Home |
Main Index |
Thread Index |
Old Index