Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
fix deprecation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Dec 17, 2023
1 parent 57d72cf commit 144bdbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ filterwarnings = [
"ignore:.*socket.*:ResourceWarning",
# this deprecation is rather serious for gphotos-sync as it relies on sqlite
# doing date conversion quite heavily - will ignore the deprection for now
"ignore:sqlite:DeprecationWarning: The default datetime adapter.*"
"ignore:sqlite3:DeprecationWarning: The default datetime adapter.*"
]
# Doctest python code in docs, python code in src docstrings, test functions in tests
testpaths = "docs src tests"
Expand Down

0 comments on commit 144bdbc

Please sign in to comment.