Skip to content

Commit

Permalink
upstream pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Dec 25, 2024
1 parent 50e9722 commit 6b8e128
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ filterwarnings = [
'ignore:the `pandas.MultiIndex` object.* will no longer be implicitly promoted:FutureWarning',
'ignore:updating coordinate .* with a PandasMultiIndex:FutureWarning',
'ignore:Updating MultiIndexed coordinate .* would corrupt indices:FutureWarning',
# xarray vs. pandas upstream
'ignore:Converting non-nanosecond precision datetimeUserWarning',
]

[tool.coverage.report]
Expand Down

0 comments on commit 6b8e128

Please sign in to comment.