Skip to content

Commit

Permalink
test: update xblock-sdk to support XBlock>=2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrendalath committed Apr 17, 2024
1 parent 0f280ed commit 78e4135
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
6 changes: 4 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via xblock
lxml==5.2.1
# via xblock
lxml==4.9.4
# via
# -c requirements/constraints.txt
# xblock
mako==1.3.3
# via xblock
markupsafe==2.1.5
Expand Down
3 changes: 3 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ pylint==2.4.2

# For python greater than or equal to 3.9 backports.zoneinfo causing failures
backports.zoneinfo; python_version<"3.9"

# https://github.com/openedx/xblock-sdk/issues/347
lxml<5.0.0
5 changes: 3 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,9 @@ lazy-object-proxy==1.4.3
# via
# -r requirements/quality.txt
# astroid
lxml==5.2.1
lxml==4.9.4
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
# edx-i18n-tools
# xblock
Expand Down Expand Up @@ -413,7 +414,7 @@ xblock[django]==3.1.0
# via
# -r requirements/quality.txt
# xblock-sdk
xblock-sdk==0.7.0
xblock-sdk==0.10.0
# via -r requirements/quality.txt
zipp==3.18.1
# via
Expand Down
5 changes: 3 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,9 @@ lazy==1.6
# xblock
lazy-object-proxy==1.4.3
# via astroid
lxml==5.2.1
lxml==4.9.4
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# edx-i18n-tools
# xblock
Expand Down Expand Up @@ -320,7 +321,7 @@ xblock[django]==3.1.0
# via
# -r requirements/test.txt
# xblock-sdk
xblock-sdk==0.7.0
xblock-sdk==0.10.0
# via -r requirements/test.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ openedx-django-pyfs # required by the workbench

edx-i18n-tools # For i18n_tool dummy

xblock-sdk # workbench
xblock-sdk>0.7 # workbench
5 changes: 3 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@ lazy==1.6
# via
# -r requirements/base.txt
# xblock
lxml==5.2.1
lxml==4.9.4
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# edx-i18n-tools
# xblock
Expand Down Expand Up @@ -222,7 +223,7 @@ xblock[django]==3.1.0
# via
# -r requirements/base.txt
# xblock-sdk
xblock-sdk==0.7.0
xblock-sdk==0.10.0
# via -r requirements/test.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 78e4135

Please sign in to comment.