From ed56e65d52be2f0a76e647e4cc121418e7515b2e Mon Sep 17 00:00:00 2001 From: farhan Date: Fri, 21 Aug 2026 13:24:37 +0500 Subject: [PATCH] docs: note mockprock is consumed from source, not a released package mockprock is a development- and testing-only tool with no PyPI or npm releases. Clarify in the "Using mockprock as a backend" guide that it is always used from a local checkout so contributors don't expect a published package. Part of https://github.com/openedx/mockprock/issues/70 --- docs/developing.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/developing.rst b/docs/developing.rst index 724460e76a..3b168c2def 100644 --- a/docs/developing.rst +++ b/docs/developing.rst @@ -118,6 +118,8 @@ Using mockprock as a backend `Mockprock `_ is a proctoring backend that runs as an HTTP server and a python module. It allows you to simulate the entire proctoring workflow. +Mockprock is a development- and testing-only tool. It is not published to PyPI or npm, so it is always consumed from a local source checkout (as shown below), not installed as a released package. + To install it:: $ cd src