-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Video Block is using InheritanceKeyValueStore in parse_xml method
In extracted Video Block we have copy pasted (for the time beign to avoid blocker) the InheritanceKeyValueStore class definition from inheritance.py of edx-platform to video_utils.py of extracted video block.
In this story we will explore its history (purpose of definition) and will take decision on its usage.
One option could be to move it to xblock upstream so both edx-platform and xblocks-contrib/video use same class.
Following test case is failing because of this class difference, fix it within the scope of this story.
xmodule/tests/test_import.py::ImportTestCase::test_metadata_inherit
Relevant test cases PR: openedx/edx-platform#37851
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
🔖 Ready