We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e3e2d commit 123d7a7Copy full SHA for 123d7a7
pyproject.toml
@@ -124,6 +124,7 @@ filterwarnings= [
124
"ignore:Using deprecated setup.py invocation:UserWarning",
125
"module:Neither GITHUB_TOKEN nor GITHUB_JWT_TOKEN found:UserWarning",
126
"module:datetime.datetime.utc:DeprecationWarning",
127
+ "ignore:(?s).*Pyarrow will become a required dependency of pandas:DeprecationWarning", # pandas pyarrow (pandas<3.0),
128
]
129
130
[tool.coverage.report]
0 commit comments