Running tests using python 3.12 - #163
Merged
salman2013 merged 25 commits intoMar 4, 2024
Merged
Conversation
salman2013
marked this pull request as ready for review
February 22, 2024 12:01
farhan
requested changes
Feb 28, 2024
| assert isinstance(package.created, datetime) | ||
| assert package.created == package.updated | ||
| assert package.created.tzinfo == timezone.utc | ||
| # assert package.created.tzinfo == timezone.utc |
Contributor
There was a problem hiding this comment.
We shouldn't comment it like this
Either fix it or remove it
Contributor
There was a problem hiding this comment.
Making sure that timestamps are written in UTC is actually important for this app, so I'd really like to understand why this breaks.
| # celery | ||
| code-annotations==1.6.0 | ||
| # via -r requirements/test.in | ||
| <<<<<<< HEAD |
Contributor
There was a problem hiding this comment.
Conflict is not resolved here
farhan
approved these changes
Mar 1, 2024
farhan
approved these changes
Mar 4, 2024
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:
Running tests for python 3.11 and 3.12
Ticket: Aximprovements Team (view),
openedx/axim-engineering#1045