+If you're maintaining one of the Canonical web team's Python packages (e.g. `canonicalwebteam.flask-base`, `canonicalwebteam.templatefinder`, `canonicalwebteam.blog`, `canonicalwebteam.search`) and want to test local changes against ubuntu.com without publishing a release, pass `MOUNT=<path>` to any Python-running task. The `start`, `build`, `test-python`, and `lint-python` tasks prepend that path to `PYTHONPATH`, so Python loads modules from your local checkout instead of the installed version:
0 commit comments