You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, it looks like several tests, for example pandas/tests/io/test_sql.py::TestSQLApi.test_timedelta, will trigger this warning. For instance here's a recent CI build where a deprecation warning is being raised and actually causes the test to fail.
Code Sample, a copy-pastable example
I've not yet been able to isolate the code path where
run_callable
is usedpandas/pandas/io/sql.py
Lines 1615 to 1618 in ac3e3f7
However, it looks like several tests, for example
pandas/tests/io/test_sql.py::TestSQLApi.test_timedelta
, will trigger this warning. For instance here's a recent CI build where a deprecation warning is being raised and actually causes the test to fail.Problem description
run_callable
is deprecated in sqlalchemy 1.4 --Connection.run_callable()
should be used insteadExpected Output
Output of
pd.show_versions()
The text was updated successfully, but these errors were encountered: