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

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Mon Jul 11 16:39:22 UTC 2022


    Date: Monday, July 11, 2022 @ 16:39:22
  Author: yan12125
Revision: 1249592

python-hvac: disable integration tests altogether with much more failures with newer vault

See: https://github.com/hvac/hvac/issues/786#issuecomment-1180624595

Modified:
  python-hvac/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-11 16:39:20 UTC (rev 1249591)
+++ PKGBUILD	2022-07-11 16:39:22 UTC (rev 1249592)
@@ -38,9 +38,9 @@
   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
+  # XXX: Disable integration tests altogether with much more failures with newer vault
   PATH="$srcdir/vault-unprivileged:$PATH" pytest tests \
-    --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'
+    --ignore=tests/integration_tests
 }
 
 package() {



More information about the arch-commits mailing list