Skip to content

Commit 0bc36be

Browse files
committed
temp: don't pip install backend plugin, as it's not on PyPI yet
1 parent 66912c6 commit 0bc36be

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

tutor-contrib-sample/tutorsample/plugin.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@
2727
# installs the base Open edX requirements. Plugins installed here are
2828
# available in both LMS and CMS containers.
2929

30-
hooks.Filters.ENV_PATCHES.add_item((
31-
"openedx-dockerfile-post-python-requirements",
32-
"RUN pip install platform-plugin-sample",
33-
))
30+
# @@TODO: reinstate once published
31+
#hooks.Filters.ENV_PATCHES.add_item((
32+
# "openedx-dockerfile-post-python-requirements",
33+
# "RUN pip install platform-plugin-sample",
34+
#))
3435

3536
# ---------------------------------------------------------------------------
3637
# Migrations: Run platform_plugin_sample migrations on init

0 commit comments

Comments
 (0)