[arch-commits] Commit in python-hvac/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Thu Dec 9 09:09:52 UTC 2021


    Date: Thursday, December 9, 2021 @ 09:09:52
  Author: yan12125
Revision: 1065827

python-hvac: skip tests incompatible with Python 3.10

Modified:
  python-hvac/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-09 08:36:18 UTC (rev 1065826)
+++ PKGBUILD	2021-12-09 09:09:52 UTC (rev 1065827)
@@ -37,8 +37,10 @@
 check() {
   cd $_pkgname-$pkgver
   # test_ldap requires many unpackaged dependencies
+  # some tests are disabled due to incompatibility with vault 1.9 https://github.com/hvac/hvac/issues/786
   PATH="$srcdir/vault-unprivileged:$PATH" pytest tests \
-    --ignore=tests/integration_tests/api/auth_methods/test_ldap.py
+    --ignore=tests/integration_tests/api/auth_methods/test_ldap.py \
+    -k 'not test_oidc_authorization_url_request_0_success and not test_delete_config_0_create_and_then_delete_config and not test_auth_kubernetes'
 }
 
 package() {



More information about the arch-commits mailing list