Skip to content

Commit

Permalink
chore: ignore deprecation warnings caused by datetime/arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekundert committed Dec 8, 2023
1 parent f5ea748 commit 77b4216
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ ignore = ["F405", "F403", "E401", "E501", "E721"]
addopts = "--ignore docs --doctest-modules --doctest-glob='*.rst'"
doctest_optionflags = 'NORMALIZE_WHITESPACE'
markers = ["slow"]
filterwarnings = ["error"]
filterwarnings = [
"error",
'ignore:datetime\.datetime\..* is deprecated:DeprecationWarning',
]

[tool.semantic_release]
version_variable = 'parametrize_from_file/__init__.py:__version__'
Expand Down

0 comments on commit 77b4216

Please sign in to comment.