mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
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:
@@ -3,6 +3,7 @@ source=virtinst/
|
||||
|
||||
[report]
|
||||
skip_covered = yes
|
||||
omit=virtinst/_progresspriv.py
|
||||
|
||||
exclude_lines =
|
||||
# Have to re-enable the standard pragma
|
||||
|
||||
Reference in New Issue
Block a user