fix: revert blockstore to 1.2.1 (#30595)

Blockstore 1.2.2 currently has a bug.
See 7794a65d63 (r76182896)
This commit is contained in:
Robert Raposa
2022-06-15 13:01:32 -04:00
committed by GitHub
parent 19ed61b6c2
commit 371eafebf0
4 changed files with 4 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
#
# make upgrade
#
-e git+https://github.com/openedx/blockstore.git@1.2.2#egg=blockstore==1.2.2
-e git+https://github.com/openedx/blockstore.git@1.2.1#egg=blockstore==1.2.1
# via -r requirements/edx/github.in
-e common/lib/capa
# via

View File

@@ -4,7 +4,7 @@
#
# make upgrade
#
-e git+https://github.com/openedx/blockstore.git@1.2.2#egg=blockstore==1.2.2
-e git+https://github.com/openedx/blockstore.git@1.2.1#egg=blockstore==1.2.1
# via -r requirements/edx/testing.txt
-e common/lib/capa
# via

View File

@@ -63,7 +63,7 @@ git+https://github.com/edx/MongoDBProxy.git@d92bafe9888d2940f647a7b2b2383b29c752
git+https://github.com/edx/django-require.git@0c54adb167142383b26ea6b3edecc3211822a776#egg=django-require==1.0.12
# Our libraries:
-e git+https://github.com/openedx/blockstore.git@1.2.2#egg=blockstore==1.2.2
-e git+https://github.com/openedx/blockstore.git@1.2.1#egg=blockstore==1.2.1 # Note: Blockstore 1.2.2 is failing.
-e git+https://github.com/edx/codejail.git@3.1.3#egg=codejail==3.1.3
-e git+https://github.com/edx/RateXBlock.git@2.0.1#egg=rate-xblock
-e git+https://github.com/edx-solutions/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive

View File

@@ -4,7 +4,7 @@
#
# make upgrade
#
-e git+https://github.com/openedx/blockstore.git@1.2.2#egg=blockstore==1.2.2
-e git+https://github.com/openedx/blockstore.git@1.2.1#egg=blockstore==1.2.1
# via -r requirements/edx/base.txt
-e common/lib/capa
# via
@@ -75,7 +75,6 @@ attrs==21.4.0
# blockstore
# edx-ace
# openedx-events
# outcome
# pytest
babel==2.10.2
# via