mirror of
https://github.com/virt-manager/virt-manager.git
synced 2026-08-09 12:38:05 -05:00
tests: Move all data directories to data/
This cleans up the file hierarchy a bit Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
@@ -621,8 +621,8 @@ class CheckPylint(distutils.core.Command):
|
||||
# pylint: disable=protected-access
|
||||
print("running codespell")
|
||||
codespell_lib._codespell.main(
|
||||
'-I', 'tests/codespell_dict.txt',
|
||||
'--skip', '*.pyc,*.zip,*.vmdk,*.iso,*.xml', *files)
|
||||
'-I', 'tests/data/codespell_dict.txt',
|
||||
'--skip', '*.pyc,*.iso,*.xml', *files)
|
||||
except ImportError:
|
||||
print("codespell is not installed. skipping...")
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user