Skip to content

Commit

Permalink
fix: Remove deprecated "rate" XBlock from requirements (#31158)
Browse files Browse the repository at this point in the history
RateXBlock has been deprecated and moved to openedx-unsupported.

Co-authored-by: Edward Zarecor <ed@tcril.org>
  • Loading branch information
e0d and Edward Zarecor authored Oct 18, 2022
1 parent 4271e24 commit b6fb69f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
# via -r requirements/edx/github.in
-e git+https://github.com/openedx/olxcleaner.git@2f0d6c7f126cbd69c9724b7b57a0b2565330a297#egg=olxcleaner
# via -r requirements/edx/github.in
-e git+https://github.com/openedx/RateXBlock.git@2.0.1#egg=rate-xblock
# via -r requirements/edx/github.in
-e git+https://github.com/openedx/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive
# via -r requirements/edx/github.in
acid-xblock==0.2.1
Expand Down Expand Up @@ -1177,7 +1175,6 @@ xblock==1.6.1
# edx-when
# lti-consumer-xblock
# ora2
# rate-xblock
# staff-graded-xblock
# xblock-drag-and-drop-v2
# xblock-google-drive
Expand Down
2 changes: 0 additions & 2 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
# via -r requirements/edx/testing.txt
-e git+https://github.com/openedx/olxcleaner.git@2f0d6c7f126cbd69c9724b7b57a0b2565330a297#egg=olxcleaner
# via -r requirements/edx/testing.txt
-e git+https://github.com/openedx/RateXBlock.git@2.0.1#egg=rate-xblock
# via -r requirements/edx/testing.txt
-e git+https://github.com/openedx/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive
# via -r requirements/edx/testing.txt
acid-xblock==0.2.1
Expand Down
1 change: 0 additions & 1 deletion requirements/edx/github.in
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ git+https://github.com/openedx/django-require.git@0c54adb167142383b26ea6b3edecc3
# Our libraries:
-e git+https://github.com/openedx/blockstore.git@1.2.4#egg=blockstore==1.2.4 # Note: Blockstore 1.2.2 & 1.2.3 are failing.
-e git+https://github.com/openedx/codejail.git@3.1.3#egg=codejail==3.1.3
-e git+https://github.com/openedx/RateXBlock.git@2.0.1#egg=rate-xblock
-e git+https://github.com/openedx/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive

# Third Party XBlocks
Expand Down
2 changes: 0 additions & 2 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
# via -r requirements/edx/base.txt
-e git+https://github.com/openedx/olxcleaner.git@2f0d6c7f126cbd69c9724b7b57a0b2565330a297#egg=olxcleaner
# via -r requirements/edx/base.txt
-e git+https://github.com/openedx/RateXBlock.git@2.0.1#egg=rate-xblock
# via -r requirements/edx/base.txt
-e git+https://github.com/openedx/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive
# via -r requirements/edx/base.txt
acid-xblock==0.2.1
Expand Down

0 comments on commit b6fb69f

Please sign in to comment.