chore!: removal of pyjwkest from edx-exams#389
Open
ktyagiapphelix2u wants to merge 1 commit intomainfrom
Open
Conversation
There was a problem hiding this comment.
Pull Request Overview
This pull request removes the pyjwkest dependency from edx-exams as part of a broader effort to eliminate this package from the codebase. The PR updates all requirement files to reflect the removal of pyjwkest and associated dependencies that are no longer needed.
Key changes include:
- Removal of
pyjwkest==1.4.2from all requirement files - Removal of
future==1.0.0dependency that was only needed bypyjwkest - Update of dependency paths to use relative paths instead of absolute paths
- Version updates for various packages that are no longer constrained by removed dependencies
Reviewed Changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| requirements/validation.txt | Removes pyjwkest and future dependencies, updates package versions and path references |
| requirements/test.txt | Removes pyjwkest and future dependencies, updates package versions and path references |
| requirements/quality.txt | Removes pyjwkest and future dependencies, updates package versions and path references |
| requirements/production.txt | Removes pyjwkest and future dependencies, updates package versions and path references |
| requirements/pip.txt | Updates pip version |
| requirements/pip-tools.txt | Updates build and pip-tools versions |
| requirements/doc.txt | Removes pyjwkest and future dependencies, updates package versions and path references |
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||
UsamaSadiq
approved these changes
Aug 21, 2025
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.
Description
Remove the deprecated pyjwkest dependency
Jira Link
https://2u-internal.atlassian.net/browse/BOMS-89
Bumping Version PR
openedx/xblock-lti-consumer#572