1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

ignore warning from dateutil

This commit is contained in:
Thomas Grainger
2023-12-15 13:09:13 +00:00
parent 895ae205ca
commit 97de8a0fce

View File

@@ -10,7 +10,10 @@ addopts = [
"--strict-markers",
]
markers = ["online"]
filterwarnings = ["error"]
filterwarnings = [
"error",
'''ignore:datetime\.datetime\.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version.*:DeprecationWarning'''
]
[tool.ruff]
select = [