tests: remove unneeded dateutil warning filter

This commit is contained in:
bastimeyer 2024-03-06 10:44:27 +01:00 committed by Sebastian Meyer
parent 0a63b33c98
commit 1e5c808898
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ testpaths = [
]
filterwarnings = [
"always",
"ignore:datetime\\.datetime\\.utcfromtimestamp\\(\\):DeprecationWarning:dateutil",
]