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

chore: remove pytz library #449

Merged
merged 3 commits into from
Jun 6, 2022
Merged

chore: remove pytz library #449

merged 3 commits into from
Jun 6, 2022

Conversation

bednar
Copy link
Contributor

@bednar bednar commented May 31, 2022

Closes #447

Proposed Changes

  1. Remove pytz library which is not necessary dependency.

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • pytest tests completes successfully
  • Commit messages are conventional
  • Sign CLA (if not already signed)

@codecov-commenter
Copy link

codecov-commenter commented May 31, 2022

Codecov Report

Merging #449 (c6c364b) into master (2db3afc) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #449      +/-   ##
==========================================
- Coverage   89.35%   89.34%   -0.01%     
==========================================
  Files          38       38              
  Lines        3259     3258       -1     
==========================================
- Hits         2912     2911       -1     
  Misses        347      347              
Impacted Files Coverage Δ
influxdb_client/client/util/date_utils.py 96.29% <100.00%> (ø)
influxdb_client/client/write/point.py 96.68% <100.00%> (-0.03%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2db3afc...c6c364b. Read the comment docs.

@bednar bednar marked this pull request as ready for review June 3, 2022 07:27
@bednar bednar requested a review from rhajek June 3, 2022 07:27
@bednar bednar merged commit 22a8707 into master Jun 6, 2022
@bednar bednar deleted the remove_pytz branch June 6, 2022 12:07
@bednar bednar added this to the 1.30.0 milestone Jun 6, 2022
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.

Drop dependency on pytz in favor of zoneinfo
3 participants