Skip to content

Commit c65e1c2

Browse files
committed
Remove outdated warning exclusion for pytest
1 parent 0be520e commit c65e1c2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/basemap/setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ ignore =
2222
[tool:pytest]
2323
filterwarnings =
2424
error
25-
# To be removed with `dateutil` release after 2.8.2.
26-
# See: https://github.com/dateutil/dateutil/issues/1314
27-
ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated:DeprecationWarning:dateutil.tz.tz:37
2825

2926
[coverage:paths]
3027
source =

0 commit comments

Comments
 (0)