Skip to content

Commit 6656262

Browse files
temp: point to openedx-core branch for CI
1 parent c2ce158 commit 6656262

6 files changed

Lines changed: 8 additions & 6 deletions

File tree

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ numpy<2.0.0
6565
# breaking changes which openedx-core devs want to roll out manually. New patch versions
6666
# are OK to accept automatically.
6767
# Issue for unpinning: https://github.com/openedx/edx-platform/issues/35269
68-
openedx-core<0.40
68+
openedx-core<0.45
6969

7070
# Date: 2023-11-29
7171
# Open AI version 1.0.0 dropped support for openai.ChatCompletion which is currently in use in enterprise.

requirements/edx/base.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,9 +839,10 @@ openedx-calc==5.0.0
839839
# via
840840
# -r requirements/edx/kernel.in
841841
# xblocks-contrib
842-
openedx-core==0.39.2
842+
openedx-core @ git+https://github.com/WGU-Open-edX/openedx-core.git@tpayne/object-tag-modular-permissions
843843
# via
844844
# -c requirements/constraints.txt
845+
# -r requirements/edx/github.in
845846
# -r requirements/edx/kernel.in
846847
openedx-django-pyfs==4.0.0
847848
# via xblock

requirements/edx/development.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,7 @@ openedx-calc==5.0.0
13931393
# -r requirements/edx/doc.txt
13941394
# -r requirements/edx/testing.txt
13951395
# xblocks-contrib
1396-
openedx-core==0.39.2
1396+
openedx-core @ git+https://github.com/WGU-Open-edX/openedx-core.git@tpayne/object-tag-modular-permissions
13971397
# via
13981398
# -c requirements/constraints.txt
13991399
# -r requirements/edx/doc.txt

requirements/edx/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@ openedx-calc==5.0.0
10171017
# via
10181018
# -r requirements/edx/base.txt
10191019
# xblocks-contrib
1020-
openedx-core==0.39.2
1020+
openedx-core @ git+https://github.com/WGU-Open-edX/openedx-core.git@tpayne/object-tag-modular-permissions
10211021
# via
10221022
# -c requirements/constraints.txt
10231023
# -r requirements/edx/base.txt

requirements/edx/github.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
# Release candidates being tested.
8181
##############################################################################
8282

83-
# ... add dependencies here
83+
# Temporary to test in CI for PR
84+
git+https://github.com/WGU-Open-edX/openedx-core.git@tpayne/object-tag-modular-permissions#egg=openedx-core
8485

8586
##############################################################################
8687
# Critical fixes for packages that are not yet available in a PyPI release.

requirements/edx/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ openedx-calc==5.0.0
10641064
# via
10651065
# -r requirements/edx/base.txt
10661066
# xblocks-contrib
1067-
openedx-core==0.39.2
1067+
openedx-core @ git+https://github.com/WGU-Open-edX/openedx-core.git@tpayne/object-tag-modular-permissions
10681068
# via
10691069
# -c requirements/constraints.txt
10701070
# -r requirements/edx/base.txt

0 commit comments

Comments
 (0)