diff --git a/test/_common.py b/test/_common.py index 01839e96f..665c9098b 100644 --- a/test/_common.py +++ b/test/_common.py @@ -22,8 +22,6 @@ import time import unittest from contextlib import contextmanager -# Mangle the search path to include the beets sources. -sys.path.insert(0, "..") import beets # noqa: E402 import beets.library # noqa: E402