miurahr / aqtinstall

aqt: Another (unofficial) Qt CLI Installer on multi-platforms
https://aqtinstall.readthedocs.io/en/latest/
MIT License
893 stars 83 forks source link

Fix `test_install` that fails on Python<3.11.4 #708

Closed ddalcino closed 10 months ago

ddalcino commented 10 months ago

The tarfile test does not permit the new warning, "Extracting may be unsafe; consider updating Python to 3.11.4 or greater". This change should allow the test to succeed when running on 3.11.4 and below.

Failure that would be fixed by this PR: https://github.com/miurahr/aqtinstall/actions/runs/5997958636/workflow

It looks like the failing tests are in test-install-qt.yml, which runs on every push, but I didn't see it before because it isn't linked from the PR page.