# Pastebin QZ8ZpqGH Hi All, Currently I am working on a patch, which requires "unzip" of linux. But My zuul tests are failing due to unzip package requirements.(https://review.opendev.org/c/openstack/tacker/+/787066). I tired using "install_package unzip" in devstack/settings.py (refer patchset9), but still zuul tests are failing. Failure message in above logs: FileNotFoundError: [Errno 2] No such file or directory: 'unzip' Also as per my understanding, "test-requirement.txt" is used for installing pip packages so unzip can not be kept inside it as well. So, I want to understand what exactly is required to install unzip package so that my patch passes zuul test. For that I also created separate patch(https://review.opendev.org/c/openstack/tacker/+/787882) Could someone can please help me in this direction, So that unzip command can be installed and zuul can pass my patch?