progress: Drop tqdm and revert back to local urlgrabber copy

I thought tqdm was available everywhere, but it does not seem like
it will be in RHEL9. Revert back to the old urlgrabber copy, now
stored in virtinst/_progresspriv.py. If we ever want to try tqdm
again, we can just revert this commit

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson
2021-06-08 18:31:44 -04:00
parent 18b017f148
commit 078178f476
5 changed files with 534 additions and 54 deletions

View File

@@ -3,6 +3,7 @@ source=virtinst/
[report]
skip_covered = yes
omit=virtinst/_progresspriv.py
exclude_lines =
# Have to re-enable the standard pragma