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

Turn warnings into errors; acknowledge existing errors #156

Merged
merged 2 commits into from
Jul 31, 2024

Conversation

samuelhwilliams
Copy link
Contributor

@samuelhwilliams samuelhwilliams commented Jul 31, 2024

Change description

We have two warnings on the repo at the moment, both from dependencies (so outside of our control). One is from botocore
(boto/boto3#3889) and the other is from sqlalchemy. Both are Python 3.12 DeprecationWarnings about datetime.datetime.utcnow and datetime.datetime.utcfromtimestamp being scheduled for removal in future python versions.

Before

================================================== 204 passed, 10 warnings in 1.76s ===================================================

After

========================================================= 204 passed in 1.71s =========================================================

samuelhwilliams and others added 2 commits July 31, 2024 07:58
We have two warnings on the repo at the moment, both from dependencies
(so outside of our control). One is from botocore
(boto/boto3#3889) and the other is from
sqlalchemy. Both are Python 3.12 DeprecationWarnings about
datetime.datetime.utcnow and datetime.datetime.utcfromtimestamp being
scheduled for removal in future python versions.
@samuelhwilliams samuelhwilliams merged commit 82f5211 into main Jul 31, 2024
3 checks passed
@samuelhwilliams samuelhwilliams deleted the fix-warnings branch July 31, 2024 08:01
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.

2 participants