Skip to content

Commit fbb00dc

Browse files
author
Carlos Muniz
committed
fix: Remove superfluous added path
When `make upgrade` is run from within tutor `file:///openedx/edx-platform/` is prepended to all the paths of projects contained by edx-platform. This path has been removed.
1 parent 3749f9d commit fbb00dc

4 files changed

Lines changed: 19 additions & 19 deletions

File tree

requirements/edx-sandbox/py38.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
-e file:///openedx/edx-platform/common/lib/sandbox-packages
7+
-e common/lib/sandbox-packages
88
# via -r requirements/edx-sandbox/py38.in
99
cffi==1.15.0
1010
# via cryptography

requirements/edx/base.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
-e file:///openedx/edx-platform/common/lib/capa
7+
-e common/lib/capa
88
# via
99
# -r requirements/edx/local.in
1010
# xmodule
@@ -16,19 +16,19 @@
1616
# via -r requirements/edx/github.in
1717
-e git+https://github.com/openedx/olxcleaner.git@2f0d6c7f126cbd69c9724b7b57a0b2565330a297#egg=olxcleaner
1818
# via -r requirements/edx/github.in
19-
-e file:///openedx/edx-platform
19+
-e .
2020
# via -r requirements/edx/local.in
2121
-e git+https://github.com/edx/RateXBlock.git@2.0.1#egg=rate-xblock
2222
# via -r requirements/edx/github.in
23-
-e file:///openedx/edx-platform/common/lib/safe_lxml
23+
-e common/lib/safe_lxml
2424
# via -r requirements/edx/local.in
25-
-e file:///openedx/edx-platform/common/lib/sandbox-packages
25+
-e common/lib/sandbox-packages
2626
# via -r requirements/edx/local.in
27-
-e file:///openedx/edx-platform/openedx/core/lib/xblock_builtin/xblock_discussion
27+
-e openedx/core/lib/xblock_builtin/xblock_discussion
2828
# via -r requirements/edx/local.in
2929
-e git+https://github.com/edx-solutions/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive
3030
# via -r requirements/edx/github.in
31-
-e file:///openedx/edx-platform/common/lib/xmodule
31+
-e common/lib/xmodule
3232
# via -r requirements/edx/local.in
3333
acid-xblock==0.2.1
3434
# via -r requirements/edx/base.in

requirements/edx/development.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
-e file:///openedx/edx-platform/common/lib/capa
7+
-e common/lib/capa
88
# via
99
# -r requirements/edx/testing.txt
1010
# xmodule
@@ -16,19 +16,19 @@
1616
# via -r requirements/edx/testing.txt
1717
-e git+https://github.com/openedx/olxcleaner.git@2f0d6c7f126cbd69c9724b7b57a0b2565330a297#egg=olxcleaner
1818
# via -r requirements/edx/testing.txt
19-
-e file:///openedx/edx-platform
19+
-e .
2020
# via -r requirements/edx/testing.txt
2121
-e git+https://github.com/edx/RateXBlock.git@2.0.1#egg=rate-xblock
2222
# via -r requirements/edx/testing.txt
23-
-e file:///openedx/edx-platform/common/lib/safe_lxml
23+
-e common/lib/safe_lxml
2424
# via -r requirements/edx/testing.txt
25-
-e file:///openedx/edx-platform/common/lib/sandbox-packages
25+
-e common/lib/sandbox-packages
2626
# via -r requirements/edx/testing.txt
27-
-e file:///openedx/edx-platform/openedx/core/lib/xblock_builtin/xblock_discussion
27+
-e openedx/core/lib/xblock_builtin/xblock_discussion
2828
# via -r requirements/edx/testing.txt
2929
-e git+https://github.com/edx-solutions/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive
3030
# via -r requirements/edx/testing.txt
31-
-e file:///openedx/edx-platform/common/lib/xmodule
31+
-e common/lib/xmodule
3232
# via -r requirements/edx/testing.txt
3333
acid-xblock==0.2.1
3434
# via -r requirements/edx/testing.txt

requirements/edx/testing.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
-e file:///openedx/edx-platform/common/lib/capa
7+
-e common/lib/capa
88
# via
99
# -r requirements/edx/base.txt
1010
# xmodule
@@ -16,19 +16,19 @@
1616
# via -r requirements/edx/base.txt
1717
-e git+https://github.com/openedx/olxcleaner.git@2f0d6c7f126cbd69c9724b7b57a0b2565330a297#egg=olxcleaner
1818
# via -r requirements/edx/base.txt
19-
-e file:///openedx/edx-platform
19+
-e .
2020
# via -r requirements/edx/base.txt
2121
-e git+https://github.com/edx/RateXBlock.git@2.0.1#egg=rate-xblock
2222
# via -r requirements/edx/base.txt
23-
-e file:///openedx/edx-platform/common/lib/safe_lxml
23+
-e common/lib/safe_lxml
2424
# via -r requirements/edx/base.txt
25-
-e file:///openedx/edx-platform/common/lib/sandbox-packages
25+
-e common/lib/sandbox-packages
2626
# via -r requirements/edx/base.txt
27-
-e file:///openedx/edx-platform/openedx/core/lib/xblock_builtin/xblock_discussion
27+
-e openedx/core/lib/xblock_builtin/xblock_discussion
2828
# via -r requirements/edx/base.txt
2929
-e git+https://github.com/edx-solutions/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive
3030
# via -r requirements/edx/base.txt
31-
-e file:///openedx/edx-platform/common/lib/xmodule
31+
-e common/lib/xmodule
3232
# via -r requirements/edx/base.txt
3333
acid-xblock==0.2.1
3434
# via -r requirements/edx/base.txt

0 commit comments

Comments
 (0)