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 f721de6 commit f463fcfCopy full SHA for f463fcf
1 file changed
setup.cfg
@@ -74,6 +74,7 @@ filterwarnings =
74
# Ignore FutureWarning for change in group_keys behavior: no changes required on the dask side.
75
# https://pandas.pydata.org/docs/dev/whatsnew/v1.5.0.html#using-group-keys-with-transformers-in-groupby-apply
76
ignore:Not prepending group keys:FutureWarning
77
+ ignore:.*:sqlalchemy.exc.RemovedIn20Warning
78
xfail_strict=true
79
80
[metadata]
0 commit comments