pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-asyncio
Module Name: pkgsrc
Committed By: wiz
Date: Mon Feb 7 08:20:04 UTC 2022
Modified Files:
pkgsrc/devel/py-test-asyncio: Makefile
Log Message:
py-test-asyncio: add comment that this needs to be installed for testing
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-test-asyncio/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-asyncio/Makefile
diff -u pkgsrc/devel/py-test-asyncio/Makefile:1.12 pkgsrc/devel/py-test-asyncio/Makefile:1.13
--- pkgsrc/devel/py-test-asyncio/Makefile:1.12 Sun Feb 6 22:47:02 2022
+++ pkgsrc/devel/py-test-asyncio/Makefile Mon Feb 7 08:20:04 2022
@@ -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 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
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