pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test
Module Name: pkgsrc
Committed By: wiz
Date: Mon Oct 14 09:38:57 UTC 2024
Modified Files:
pkgsrc/devel/py-test: Makefile
Log Message:
py-test: remove unused test dependency
To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 pkgsrc/devel/py-test/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-test/Makefile
diff -u pkgsrc/devel/py-test/Makefile:1.132 pkgsrc/devel/py-test/Makefile:1.133
--- pkgsrc/devel/py-test/Makefile:1.132 Tue Sep 10 12:36:15 2024
+++ pkgsrc/devel/py-test/Makefile Mon Oct 14 09:38:57 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.132 2024/09/10 12:36:15 adam Exp $
+# $NetBSD: Makefile,v 1.133 2024/10/14 09:38:57 wiz Exp $
DISTNAME= pytest-8.3.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -20,7 +20,6 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-argcomplet
TEST_DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2:../../devel/py-attrs
TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=3.56:../../devel/py-hypothesis
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
TEST_DEPENDS+= ${PYPKGPREFIX}-pygments>=2.7.2:../../textproc/py-pygments
TEST_DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
TEST_DEPENDS+= ${PYPKGPREFIX}-xmlschema-[0-9]*:../../textproc/py-xmlschema
@@ -28,6 +27,9 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-xmlschema-
USE_LANGUAGES= # none
USE_TOOLS+= bash:build
+# as of 8.3.3
+# 3621 passed, 112 skipped, 11 xfailed, 1 xpassed
+
.include "../../lang/python/pyversion.mk"
.if ${PYTHON_VERSION} < 311
DEPENDS+= ${PYPKGPREFIX}-exceptiongroup>=1.0.0:../../devel/py-exceptiongroup
Home |
Main Index |
Thread Index |
Old Index