File tree Expand file tree Collapse file tree
openedx/core/djangoapps/content_libraries/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -630,7 +630,7 @@ def test_section_hierarchy(self):
630630 ]
631631
632632 def test_subsection_hierarchy (self ):
633- with self .assertNumQueries (93 ):
633+ with self .assertNumQueries (95 ):
634634 hierarchy = self ._get_container_hierarchy (self .subsection_with_units ["id" ])
635635 assert hierarchy ["object_key" ] == self .subsection_with_units ["id" ]
636636 assert hierarchy ["components" ] == [
@@ -653,7 +653,7 @@ def test_subsection_hierarchy(self):
653653 ]
654654
655655 def test_units_hierarchy (self ):
656- with self .assertNumQueries (56 ):
656+ with self .assertNumQueries (60 ):
657657 hierarchy = self ._get_container_hierarchy (self .unit_with_components ["id" ])
658658 assert hierarchy ["object_key" ] == self .unit_with_components ["id" ]
659659 assert hierarchy ["components" ] == [
@@ -679,7 +679,7 @@ def test_container_hierarchy_not_found(self):
679679 )
680680
681681 def test_block_hierarchy (self ):
682- with self .assertNumQueries (21 ):
682+ with self .assertNumQueries (27 ):
683683 hierarchy = self ._get_block_hierarchy (self .problem_block ["id" ])
684684 assert hierarchy ["object_key" ] == self .problem_block ["id" ]
685685 assert hierarchy ["components" ] == [
Original file line number Diff line number Diff line change 2323# See https://github.com/openedx/edx-platform/issues/35126 for more info
2424elasticsearch<7.14.0
2525
26- # pip 25.3 is incompatible with pip-tools hence causing failures during the build process
26+ # pip 25.3 is incompatible with pip-tools hence causing failures during the build process
2727# Make upgrade command and all requirements upgrade jobs are broken due to this.
2828# See issue https://github.com/openedx/public-engineering/issues/440 for details regarding the ongoing fix.
2929# The constraint can be removed once a release (pip-tools > 7.5.1) is available with support for pip 25.3
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ numpy<2.0.0
6161# Date: 2023-09-18
6262# pinning this version to avoid updates while the library is being developed
6363# Issue for unpinning: https://github.com/openedx/edx-platform/issues/35269
64- openedx-learning==0.29.1
64+ openedx-learning==0.30.0
6565
6666# Date: 2023-11-29
6767# Open AI version 1.0.0 dropped support for openai.ChatCompletion which is currently in use in enterprise.
Original file line number Diff line number Diff line change @@ -854,7 +854,7 @@ openedx-filters==2.1.0
854854 # ora2
855855openedx-forum==0.3.8
856856 # via -r requirements/edx/kernel.in
857- openedx-learning==0.29.1
857+ openedx-learning==0.30.0
858858 # via
859859 # -c requirements/constraints.txt
860860 # -r requirements/edx/kernel.in
Original file line number Diff line number Diff line change @@ -1418,7 +1418,7 @@ openedx-forum==0.3.8
14181418 # via
14191419 # -r requirements/edx/doc.txt
14201420 # -r requirements/edx/testing.txt
1421- openedx-learning==0.29.1
1421+ openedx-learning==0.30.0
14221422 # via
14231423 # -c requirements/constraints.txt
14241424 # -r requirements/edx/doc.txt
Original file line number Diff line number Diff line change @@ -1032,7 +1032,7 @@ openedx-filters==2.1.0
10321032 # ora2
10331033openedx-forum==0.3.8
10341034 # via -r requirements/edx/base.txt
1035- openedx-learning==0.29.1
1035+ openedx-learning==0.30.0
10361036 # via
10371037 # -c requirements/constraints.txt
10381038 # -r requirements/edx/base.txt
Original file line number Diff line number Diff line change @@ -1078,7 +1078,7 @@ openedx-filters==2.1.0
10781078 # ora2
10791079openedx-forum==0.3.8
10801080 # via -r requirements/edx/base.txt
1081- openedx-learning==0.29.1
1081+ openedx-learning==0.30.0
10821082 # via
10831083 # -c requirements/constraints.txt
10841084 # -r requirements/edx/base.txt
You can’t perform that action at this time.
0 commit comments