Skip to content

Commit

Permalink
fix: replace py2neo with forked package (openedx#33453)
Browse files Browse the repository at this point in the history
* fix: replace py2neo with overhangio py2neo fork
  • Loading branch information
UsamaSadiq authored Oct 10, 2023
1 parent 427c98b commit 1db6867
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ psutil==5.9.5
# via
# -r requirements/edx/paver.txt
# edx-django-utils
py2neo==2021.2.3
py2neo @ https://github.com/overhangio/py2neo/releases/download/2021.2.3/py2neo-2021.2.3.tar.gz
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/bundled.in
Expand Down
6 changes: 5 additions & 1 deletion requirements/edx/bundled.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
# 4. If the package is not needed in production, add it to another file such
# as development.in or testing.in instead.

py2neo # Driver for converting Python modulestore structures to Neo4j's schema (for Coursegraph).
# Driver for converting Python modulestore structures to Neo4j's schema (for Coursegraph).
# Using the fork because official package has been removed from PyPI/GitHub
# Follow up issue to remove this fork: https://github.com/openedx/edx-platform/issues/33456
https://github.com/overhangio/py2neo/releases/download/2021.2.3/py2neo-2021.2.3.tar.gz

pygments # Used to support colors in paver command output

## Third party integrations
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@ py==1.11.0
# via
# -r requirements/edx/testing.txt
# tox
py2neo==2021.2.3
py2neo @ https://github.com/overhangio/py2neo/releases/download/2021.2.3/py2neo-2021.2.3.tar.gz
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ psutil==5.9.5
# via
# -r requirements/edx/base.txt
# edx-django-utils
py2neo==2021.2.3
py2neo @ https://github.com/overhangio/py2neo/releases/download/2021.2.3/py2neo-2021.2.3.tar.gz
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ psutil==5.9.5
# pytest-xdist
py==1.11.0
# via tox
py2neo==2021.2.3
py2neo @ https://github.com/overhangio/py2neo/releases/download/2021.2.3/py2neo-2021.2.3.tar.gz
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
Expand Down

0 comments on commit 1db6867

Please sign in to comment.