docs: note mockprock is consumed from source, not a released package - #1339
Closed
farhan wants to merge 1 commit into
Closed
docs: note mockprock is consumed from source, not a released package#1339farhan wants to merge 1 commit into
farhan wants to merge 1 commit into
Conversation
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 openedx/mockprock#70
This was referenced Aug 21, 2026
Open
farhan
marked this pull request as draft
August 21, 2026 08:45
Author
|
Closing — after reviewing the full edx-proctoring docs, the mockprock setup in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Important
PR implemented with the assistance of Claude Code, human-reviewed and improved before pushing to code review.
Summary
Companion docs change to openedx/mockprock#71, which drops the automated PyPI/npm release workflows from
mockprock.mockprockis a development- and testing-only tool with no PyPI or npm consumers. This clarifies in the "Using mockprock as a backend" guide that it is always consumed from a local source checkout, so contributors don't expect a published package.Changes
docs/developing.rst— add a note in the "Using mockprock as a backend" section statingmockprockis not released to PyPI/npm and is used from a local checkout.Part of openedx/mockprock#70
🤖 Generated with Claude Code