FreeBSD Bugzilla – Attachment 248457 Details for
Bug 276103
devel/py-hvac: update to 2.1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add tests - shorter test depends list
devel_py-hvac-tests.diff (text/plain), 1.37 KB, created by
Nuno Teixeira
on 2024-02-14 11:31:26 UTC
(
hide
)
Description:
Add tests - shorter test depends list
Filename:
MIME Type:
Creator:
Nuno Teixeira
Created:
2024-02-14 11:31:26 UTC
Size:
1.37 KB
patch
obsolete
>diff --git a/devel/py-hvac/Makefile b/devel/py-hvac/Makefile >index 93817ab6ad5f..de27eaefc9ce 100644 >--- a/devel/py-hvac/Makefile >+++ b/devel/py-hvac/Makefile >@@ -15,9 +15,22 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyhcl>=0.4.4:devel/py-pyhcl@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}requests>2.27.1:www/py-requests@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}six>=1.5.0:devel/py-six@${PY_FLAVOR} >+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}authlib>0:security/py-authlib@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}flask-sqlalchemy>0:databases/py-flask-sqlalchemy@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}flask>0:www/py-flask@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}jwcrypto>0:security/py-jwcrypto@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}parameterized>0:devel/py-parameterized@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}requests-mock>0:www/py-requests-mock@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}werkzeug>0:www/py-werkzeug@${PY_FLAVOR} \ >+ consul>0:sysutils/consul \ >+ vault>0:security/vault > > USES= python >-USE_PYTHON= autoplist pep517 >+USE_PYTHON= autoplist pep517 pytest >+ >+TEST_ARGS= --ignore=tests/integration_tests/api/auth_methods/test_ldap.py > > NO_ARCH= yes >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 276103
:
247436
|
248427
|
248436
| 248457