Skip to content

Commit f463fcf

Browse files
authored
ignore sqlalchemy.exc.RemovedIn20Warning (#9801)
1 parent f721de6 commit f463fcf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ filterwarnings =
7474
# Ignore FutureWarning for change in group_keys behavior: no changes required on the dask side.
7575
# https://pandas.pydata.org/docs/dev/whatsnew/v1.5.0.html#using-group-keys-with-transformers-in-groupby-apply
7676
ignore:Not prepending group keys:FutureWarning
77+
ignore:.*:sqlalchemy.exc.RemovedIn20Warning
7778
xfail_strict=true
7879

7980
[metadata]

0 commit comments

Comments
 (0)