refactor: Split base.in into kernel.in (required) and bundled.in (optional) (#32552)

Plus remove a few unused and indirect dependencies
This commit is contained in:
Braden MacDonald
2023-06-30 09:51:43 -07:00
committed by GitHub
parent d6b76c800e
commit 83f54aeebe
11 changed files with 395 additions and 405 deletions

View File

@@ -2,13 +2,12 @@
Helper classes and methods for running modulestore tests without Django.
"""
import os
from contextlib import contextmanager
from contextlib import contextmanager, ExitStack
from importlib import import_module
from shutil import rmtree
from tempfile import mkdtemp
from uuid import uuid4
from contextlib2 import ExitStack
from path import Path as path
from xmodule.contentstore.mongo import MongoContentStore