pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-google-auth



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Sep 27 08:22:32 UTC 2024

Modified Files:
        pkgsrc/security/py-google-auth: Makefile

Log Message:
py-google-auth: add more test requirements per upstream docs

Update test status.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/security/py-google-auth/Makefile

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

Modified files:

Index: pkgsrc/security/py-google-auth/Makefile
diff -u pkgsrc/security/py-google-auth/Makefile:1.76 pkgsrc/security/py-google-auth/Makefile:1.77
--- pkgsrc/security/py-google-auth/Makefile:1.76        Fri Sep 27 08:10:01 2024
+++ pkgsrc/security/py-google-auth/Makefile     Fri Sep 27 08:22:32 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2024/09/27 08:10:01 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2024/09/27 08:22:32 wiz Exp $
 
 DISTNAME=      google_auth-2.35.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -19,18 +19,22 @@ TEST_DEPENDS+=      ${PYPKGPREFIX}-aiohttp>=3
 TEST_DEPENDS+= ${PYPKGPREFIX}-aioresponses-[0-9]*:../../net/py-aioresponses
 TEST_DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
 TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
+TEST_DEPENDS+= ${PYPKGPREFIX}-grpcio-[0-9]*:../../net/py-grpcio
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=5:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-oauth2client-[0-9]*:../../security/py-oauth2client
 TEST_DEPENDS+= ${PYPKGPREFIX}-requests>=2.20.0:../../devel/py-requests
 TEST_DEPENDS+= ${PYPKGPREFIX}-responses-[0-9]*:../../net/py-responses
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-localserver-[0-9]*:../../devel/py-test-localserver
 TEST_DEPENDS+= ${PYPKGPREFIX}-u2f>=0.1.5:../../security/py-u2f
+TEST_DEPENDS+= ${PYPKGPREFIX}-urllib3-[0-9]*:../../www/py-urllib3
 
 USE_LANGUAGES= # none
 
 # 4 failed due to proxy setting
 # as of 2.35.0
-# 4 failed, 1199 passed, 16 skipped, 52 warnings
+# 4 failed, 1223 passed, 52 warnings
 
 .include "../../lang/python/wheel.mk"
 PYTHON_VERSIONED_DEPENDENCIES+=        cryptography OpenSSL



Home | Main Index | Thread Index | Old Index