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

Fix datetime.utcnow() deprecated in Python 3.12 #253

Merged
merged 5 commits into from
Dec 14, 2023

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Dec 14, 2023

@cclauss cclauss changed the title Fix datetime.utcnow() deprecated in Python 3.12 Fix datetime.utcnow() deprecated in Python 3.12 Dec 14, 2023
Copy link

codecov bot commented Dec 14, 2023

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (728752d) 62.00% compared to head (cf954cf) 61.82%.

Files Patch % Lines
src/pytest_benchmark/utils.py 0.00% 2 Missing ⚠️
src/pytest_benchmark/plugin.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #253      +/-   ##
==========================================
- Coverage   62.00%   61.82%   -0.18%     
==========================================
  Files          29       29              
  Lines        2858     2858              
  Branches      386      383       -3     
==========================================
- Hits         1772     1767       -5     
- Misses        998     1004       +6     
+ Partials       88       87       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ionelmc ionelmc merged commit 8be63e8 into ionelmc:master Dec 14, 2023
0 of 172 checks passed
@cclauss cclauss deleted the patch-3 branch December 14, 2023 13:50
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.

datetime.utcnow() deprecated in Python 3.12
2 participants