mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 12:02:41 +01:00
Remove unnecessary output capture
This commit is contained in:
parent
29d6c27d02
commit
b25eb87f60
1 changed files with 0 additions and 2 deletions
|
|
@ -481,8 +481,6 @@ class ExportTest(_common.TestCase):
|
|||
def setUp(self):
|
||||
super(ExportTest, self).setUp()
|
||||
|
||||
self.io.install()
|
||||
|
||||
self.libdir = os.path.join(self.temp_dir, b'testlibdir')
|
||||
os.mkdir(self.libdir)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue