docs: Remove the last couple mentions of Paver from the codebase

Part of: https://github.com/openedx/edx-platform/issues/34467
This commit is contained in:
Kyle D. McCormick
2025-01-02 13:26:11 -05:00
committed by Kyle McCormick
parent 8a720c1b7b
commit 88b8da3e49
2 changed files with 2 additions and 6 deletions

View File

@@ -2,7 +2,8 @@
#
# This is the minimal settings you need to set to be able to get django to
# load when using the production.py settings files. It's useful to point
# LMS_CFG and CMS_CFG to this file to be able to run various paver commands
# LMS_CFG and CMS_CFG to this file to be able to run various npm commands
# and make targets (e.g.: building assets, pulling translations, etc.)
# without needing a full docker setup.
#
# Follow up work will likely be done as a part of

View File

@@ -1,10 +1,5 @@
"""
unittests for xmodule
Run like this:
paver test_lib -l ./xmodule
"""