Skip to content

Commit 123d7a7

Browse files
authored
Handle pandas deprecation warning (#548)
1 parent 15e3e2d commit 123d7a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ filterwarnings= [
124124
"ignore:Using deprecated setup.py invocation:UserWarning",
125125
"module:Neither GITHUB_TOKEN nor GITHUB_JWT_TOKEN found:UserWarning",
126126
"module:datetime.datetime.utc:DeprecationWarning",
127+
"ignore:(?s).*Pyarrow will become a required dependency of pandas:DeprecationWarning", # pandas pyarrow (pandas<3.0),
127128
]
128129

129130
[tool.coverage.report]

0 commit comments

Comments
 (0)