Skip to content

Commit

Permalink
refactor: Remove pytz dependency and use datetime.timezone.utc in…
Browse files Browse the repository at this point in the history
…stead of `pytz.UTC` where possible
  • Loading branch information
edgarrmondragon committed Jan 18, 2024
1 parent 02f6288 commit ed3598a
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 118 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Local Poetry configuration file

poetry.toml

# CI

_changelog_fragment.md
Expand Down
3 changes: 2 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@
"coverage[toml]",
"duckdb",
"duckdb-engine",
"pyarrow",
"pytest",
"pytest-benchmark",
"pytest-durations",
"pytest-snapshot",
"pyarrow",
"pytz",
"requests-mock",
"rfc3339-validator",
"time-machine",
Expand Down
Loading

0 comments on commit ed3598a

Please sign in to comment.