Skip to content

Commit

Permalink
Ignore warning about pandas 3 requiring pyarrow
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp committed Feb 1, 2024
1 parent 47e7e39 commit 08cef43
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 @@ -142,6 +142,8 @@ filterwarnings = [
"ignore:datetime\\.datetime\\.utcfromtimestamp\\(\\) is deprecated and scheduled for removal in a future version.*:DeprecationWarning",
"ignore:ast\\.Num is deprecated and will be removed in Python 3\\.14.*:DeprecationWarning",
"ignore:Attribute n is deprecated and will be removed in Python 3\\.14.*:DeprecationWarning",
# deprecated since Python 2.2.0
"ignore:Pyarrow will become a required dependency of pandas in the next major release of pandas \\(pandas 3\\.0\\).*:DeprecationWarning",
]

[tool.coverage.run]
Expand Down

0 comments on commit 08cef43

Please sign in to comment.