mirror of
https://github.com/beetbox/beets.git
synced 2026-01-19 06:34:05 +01:00
test_importer.py: do not run _common.TestCase.setUp with setup_beets
This commit is contained in:
parent
82b1a0d01f
commit
3177bc44ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue