test_importer.py: do not run _common.TestCase.setUp with setup_beets

This commit is contained in:
Šarūnas Nejus 2024-07-02 09:36:32 +01:00
parent 82b1a0d01f
commit 3177bc44ba
No known key found for this signature in database
GPG key ID: DD28F6704DBE3435

View file

@ -1763,7 +1763,7 @@ class ImportPretendTest(_common.TestCase, ImportHelper):
self.matcher = None
def setUp(self):
super().setUp()
self.io = _common.DummyIO()
self.setup_beets()
self.__create_import_dir()
self.__create_empty_import_dir()