Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
python-hvac: disable integration tests altogether with much more fail…
Browse files Browse the repository at this point in the history
…ures with newer vault

See: hvac/hvac#786 (comment)



git-svn-id: file:///srv/repos/svn-community/svn@1249592 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
yan12125 committed Jul 11, 2022
1 parent 8f3b599 commit 90f9012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-hvac/trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ 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
# 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() {
Expand Down

0 comments on commit 90f9012

Please sign in to comment.