-
Notifications
You must be signed in to change notification settings - Fork 4.3k
test: running tests with django52 #37138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
7f7c0d2
f4d52e0
Fixed jwt scope issue (#37134)
jawad-khan 466aaad
feat: Enhance course optimizer to detect previous run links and expan…
djoseph-apphelix ca45009
fix: apply linting rules and refactor code
djoseph-apphelix e2ce7de
fix: refactor code based on pep-8 guideline
djoseph-apphelix c6048fc
fix: added exception handling for links descriptor generator function
djoseph-apphelix d3eba7a
fix: refactor API response to handle empty data
djoseph-apphelix d08b11b
feat: Upgrade Python dependency edx-enterprise (#37147)
github-actions[bot] 17f0e25
chore: bump xblocks-contrib version (#37149)
irtazaakram 4a9fc77
test: Allow for Extracted Word Cloud Block | Fix Test Cases (#35983)
farhan 325a0c1
fix: update mock config to include scheme for csrf domains (#37120)
7c2acdc
Merge pull request #37083 from openedx/repo_checks/ensure_workflows
feanil 11fa84c
chore: Upgrade Python requirements
edx-requirements-bot 910c9e6
feat: Upgrade Python dependency edx-enterprise (#37164)
github-actions[bot] 421da0a
fix: Correctly handle Django lazy translation objects. (#37155)
awais786 e12caea
Merge pull request #37153 from openedx/repo-tools/upgrade-python-requ…
feanil 1c0fb8d
fix: constrain pip-tools<7.5.0 to fix lxml[html_clean] issue (#37174)
robrap a41a413
chore: Remove assertQuerysetEqual (#37182)
mubbsharanwar 1433cad
feat: Upgrade Python dependency edx-enterprise (#37167)
github-actions[bot] b4aa413
build: Allow django to be upgrade in constraints.txt
feanil 46ebe4e
chore: Run `make upgrade`
feanil 00ac762
chore: remove deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE…
wgu-ram-chandra 526df9c
chore: dummy value for testing purpose.
awais786 cc87019
chore: dummy value for testing purpose.
awais786 872c9b1
chore: dummy value for testing purpose.
awais786 37c94da
chore: dummy value for testing purpose.
awais786 9cc69e1
chore: dummy value for testing purpose.
awais786 6905c52
chore: dummy value for testing purpose.
awais786 9a60aa4
chore: dummy value for testing purpose.
awais786 580669a
chore: dummy value for testing purpose.
awais786 d07c059
chore: dummy value for testing purpose.
awais786 982dcb5
chore: dummy value for testing purpose.
awais786 2706b07
chore: dummy value for testing purpose.
awais786 19e23bf
chore: dummy value for testing purpose.
awais786 3fd009d
chore: dummy value for testing purpose.
awais786 691f3df
Merge branch 'feanil/upgrade_django' into test-dj52
awais786 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,3 +17,4 @@ on: | |
| jobs: | ||
| add_remove_labels: | ||
| uses: openedx/.github/.github/workflows/add-remove-label-on-comment.yml@master | ||
|
|
||
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its a hack just to run tests. We need to upgrade this pacakge to fix 100s of tests.