Skip to content

Commit

Permalink
ci: [ACI-901] change standard events to cuztomized to prevent ci failing
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii committed Apr 10, 2024
1 parent 7b9f037 commit 5ae9b0f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 17 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ pytz==2022.2.1

# openedx-events>0.13.0 causes test failures due to breaking changes
# These broken tests will be fixed in a separate PR
openedx-events==0.13.0
-e git+https://github.com/raccoongang/openedx-events[email protected]#egg=openedx_events
1 change: 0 additions & 1 deletion requirements/edx/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ nltk # Natural language processing; used by the c
nodeenv # Utility for managing Node.js environments; we use this for deployments and testing
oauthlib # OAuth specification support for authenticating via LTI or other Open edX services
openedx-calc # Library supporting mathematical calculations for Open edX
openedx-events>=0.12.0 # Open edX Events from Hooks Extension Framework (OEP-50)
openedx-filters # Open edX Filters from Hooks Extension Framework (OEP-50)
optimizely-sdk # Optimizely full stack SDK for Python
ora2>=4.5.0
Expand Down
7 changes: 2 additions & 5 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
# 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
-e git+https://github.com/raccoongang/[email protected]#egg=openedx_events
# via -r requirements/edx/github.in
acid-xblock==0.2.1
# via -r requirements/edx/base.in
aiohttp==3.8.3
Expand Down Expand Up @@ -759,11 +761,6 @@ openedx-calc==3.0.1
# via -r requirements/edx/base.in
openedx-django-pyfs==3.2.1
# via xblock
openedx-events==0.13.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.in
# edx-event-bus-kafka
openedx-filters==0.8.0
# via
# -r requirements/edx/base.in
Expand Down
7 changes: 2 additions & 5 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
# 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
-e git+https://github.com/raccoongang/[email protected]#egg=openedx_events
# via -r requirements/edx/testing.txt
acid-xblock==0.2.1
# via -r requirements/edx/testing.txt
aiohttp==3.8.3
Expand Down Expand Up @@ -991,11 +993,6 @@ openedx-django-pyfs==3.2.1
# via
# -r requirements/edx/testing.txt
# xblock
openedx-events==0.13.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/testing.txt
# edx-event-bus-kafka
openedx-filters==0.8.0
# via
# -r requirements/edx/testing.txt
Expand Down
7 changes: 2 additions & 5 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
# 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
-e git+https://github.com/raccoongang/[email protected]#egg=openedx_events
# via -r requirements/edx/base.txtß
acid-xblock==0.2.1
# via -r requirements/edx/base.txt
aiohttp==3.8.3
Expand Down Expand Up @@ -942,11 +944,6 @@ openedx-django-pyfs==3.2.1
# via
# -r requirements/edx/base.txt
# xblock
openedx-events==0.13.0
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
# edx-event-bus-kafka
openedx-filters==0.8.0
# via
# -r requirements/edx/base.txt
Expand Down

0 comments on commit 5ae9b0f

Please sign in to comment.