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
As noted by @simonjayhawkins in #29174 (comment) we have some assert_raises_regex code laying around in pandas.util.testing that isn't used internally. Can rip out a chunk of code if we get rid of that.
I think we need to deprecate as pandas.util.testing is part of the leaky API, though removal is an option as well.
The text was updated successfully, but these errors were encountered:
As noted by @simonjayhawkins in #29174 (comment) we have some
assert_raises_regex
code laying around in pandas.util.testing that isn't used internally. Can rip out a chunk of code if we get rid of that.I think we need to deprecate as pandas.util.testing is part of the leaky API, though removal is an option as well.
The text was updated successfully, but these errors were encountered: