pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/py-responses



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Feb 16 17:54:55 UTC 2024

Modified Files:
        pkgsrc/net/py-responses: Makefile

Log Message:
py-responses: remove do-test target


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/net/py-responses/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-responses/Makefile
diff -u pkgsrc/net/py-responses/Makefile:1.36 pkgsrc/net/py-responses/Makefile:1.37
--- pkgsrc/net/py-responses/Makefile:1.36       Fri Feb 16 17:54:27 2024
+++ pkgsrc/net/py-responses/Makefile    Fri Feb 16 17:54:55 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2024/02/16 17:54:27 adam Exp $
+# $NetBSD: Makefile,v 1.37 2024/02/16 17:54:55 adam Exp $
 
 DISTNAME=      responses-0.25.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -27,8 +27,5 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-zz-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} responses/tests
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index