pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-test-asyncio py-test-asyncio: add comment tha...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0673e1a9b518
branches: trunk
changeset: 373142:0673e1a9b518
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Feb 07 08:20:04 2022 +0000
description:
py-test-asyncio: add comment that this needs to be installed for testing
diffstat:
devel/py-test-asyncio/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 371e164ab47f -r 0673e1a9b518 devel/py-test-asyncio/Makefile
--- a/devel/py-test-asyncio/Makefile Mon Feb 07 08:06:18 2022 +0000
+++ b/devel/py-test-asyncio/Makefile Mon Feb 07 08:20:04 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2022/02/06 22:47:02 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2022/02/07 08:20:04 wiz Exp $
DISTNAME= pytest-asyncio-0.17.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -25,8 +25,9 @@
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>0:../../devel/py-typing-extensions
.endif
+# package needs to be installed before testing
do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index