Skip to content

Commit

Permalink
MAINT: ignore pandas FutureWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Sep 9, 2023
1 parent e48d5c1 commit 298f212
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ addopts = '''
filterwarnings = [
"error",
"ignore:.*Consider switching from .* to .*:DeprecationWarning",
"ignore:DataFrame.groupby with axis=1 is deprecated.*:FutureWarning",
"ignore:Using the level keyword in DataFrame and Series aggregations is deprecated.*:FutureWarning",
"ignore:the imp module is deprecated in favour of importlib.*:DeprecationWarning",
]
Expand Down

0 comments on commit 298f212

Please sign in to comment.