You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
Sloane Hertel 9d6cc7b576
unarchive - fall back to unzip -Z if zipinfo is not available (#76971)
Add a new handler class ZipZArchive to use unzip -Z as an alternative to zipinfo

Run 'unzip -Z' in can_handle_archive so we fall back to the next handler if it's not available (failing in is_unarchived is too late)

* Add a test for unzip -Z when zipinfo is not available

* Update test for missing binary altogether by removing /usr/bin from the PATH
2 years ago
..
ansible_test ansible-test - Move code from _data to _util. (#75495) 3 years ago
integration unarchive - fall back to unzip -Z if zipinfo is not available (#76971) 2 years ago
lib/ansible_test Pin PyYAML version compatible with Python 3.8+ (#77936) 2 years ago
sanity ansible-galaxy - support resolvelib versions >= 0.5.3, < 0.9.0 (#77649) 2 years ago
support Add inventory cache integration tests (#77895) 2 years ago
units Forked display via queue (#77056) 2 years ago
utils/shippable Remove incidental_inventory_aws_ec2 and supporting plugins (#77877) 2 years ago