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
I merged master into #33247 . This results in a failing test: pandas/tests/plotting/test_converter.py::TestRegistration::test_pandas_plots_register
in Windows py37_np_18
AssertionError: Caused unexpected warning(s): [('DeprecationWarning', DeprecationWarning("Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working")
Looks like we're not testing py37_np_18 anymore, and an analgous py37_np_18 build doesn't seem to have this warning anymore so I think we can close. Can open a new issue if this reappears.
I merged master into #33247 . This results in a failing test:
pandas/tests/plotting/test_converter.py::TestRegistration::test_pandas_plots_register
in Windows py37_np_18
Was this already detected?
test results
The text was updated successfully, but these errors were encountered: