Skip lookup_hashi_vault test for Python 2.6 (#67657)

This commit is contained in:
Sam Doran 2020-02-24 14:00:59 -05:00 committed by GitHub
parent 96244c4cde
commit 7b792e0a53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -3,3 +3,4 @@ destructive
needs/target/setup_openssl
needs/file/test/lib/ansible_test/_data/requirements/constraints.txt
skip/aix
skip/python2.6

View file

@ -17,4 +17,3 @@
- name: 'Install hvac Python package'
pip:
name: "{{ hvac_package|default('hvac') }}"
extra_args: "-c {{ playbook_dir }}/../../../../lib/ansible_test/_data/requirements/constraints.txt"