Skip to content
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

Running tests using python 3.12 #163

Merged
merged 25 commits into from
Mar 4, 2024

Conversation

salman2013
Copy link
Contributor

@salman2013 salman2013 commented Feb 20, 2024

@salman2013 salman2013 changed the title chore: update python version support to 3.11 and 3.12 for tests Running tests using python 3.11 and 3.12 Feb 22, 2024
@salman2013 salman2013 marked this pull request as ready for review February 22, 2024 12:01
@salman2013 salman2013 changed the title Running tests using python 3.11 and 3.12 Running tests using python 3.12 Feb 22, 2024
requirements/dev.txt Outdated Show resolved Hide resolved
@@ -72,7 +72,7 @@ def test_auto_datetime(self) -> None:
# Auto-generated datetime checking...
assert isinstance(package.created, datetime)
assert package.created == package.updated
assert package.created.tzinfo == timezone.utc
# assert package.created.tzinfo == timezone.utc
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shouldn't comment it like this
Either fix it or remove it

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Making sure that timestamps are written in UTC is actually important for this app, so I'd really like to understand why this breaks.

tox.ini Outdated Show resolved Hide resolved
@@ -62,11 +62,19 @@ click-repl==0.3.0
# celery
code-annotations==1.6.0
# via -r requirements/test.in
<<<<<<< HEAD
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Conflict is not resolved here

requirements/quality.txt Outdated Show resolved Hide resolved
@salman2013 salman2013 requested a review from farhan March 4, 2024 10:25
@salman2013 salman2013 merged commit 809b65c into openedx:main Mar 4, 2024
9 checks passed
@salman2013 salman2013 deleted the salman/update-python-version branch March 4, 2024 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants