summaryrefslogtreecommitdiff
path: root/www/py-WebOb
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-08-24 08:41:08 +0000
committerwiz <wiz@pkgsrc.org>2022-08-24 08:41:08 +0000
commitc7a04a01bdd47f41bd9c8693e186c6d1664e5204 (patch)
tree2343a7deae376a0d923c5124561e8ceab06ec90a /www/py-WebOb
parent7e9e7b5940093b455edb9014e331ef375a8aac81 (diff)
downloadpkgsrc-c7a04a01bdd47f41bd9c8693e186c6d1664e5204.tar.gz
*: use py-test-cov from versioned_dependencies
Diffstat (limited to 'www/py-WebOb')
-rw-r--r--www/py-WebOb/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/py-WebOb/Makefile b/www/py-WebOb/Makefile
index 3600205d158..3df6960d573 100644
--- a/www/py-WebOb/Makefile
+++ b/www/py-WebOb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2022/01/04 20:55:15 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2022/08/24 08:41:09 wiz Exp $
DISTNAME= WebOb-1.8.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,13 +12,15 @@ COMMENT= Python module providing WSGI request and response objects
LICENSE= mit
TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
USE_LANGUAGES= # none
+PYTHON_VERSIONED_DEPENDENCIES+= test-cov:test
+
PYSETUPTESTTARGET= pytest
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"