mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-07 14:43:01 -06:00
2024068be8
tqdm is an external library that provides a progress bar implementation. Switch to it and drop our internal copy of the old urlgrabber progressbar Signed-off-by: Cole Robinson <crobinso@redhat.com>
14 lines
248 B
INI
14 lines
248 B
INI
[run]
|
|
source=virtinst/
|
|
|
|
[report]
|
|
skip_covered = yes
|
|
|
|
exclude_lines =
|
|
# Have to re-enable the standard pragma
|
|
pragma: no cover
|
|
|
|
# Don't complain if tests don't hit defensive assertion code:
|
|
raise NotImplementedError
|
|
.*DevError.*
|