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 90358b3 commit c67bf05Copy full SHA for c67bf05
pandas/tests/indexes/test_common.py
@@ -530,5 +530,5 @@ def test_join_series_deprecated():
530
# GH#62897
531
idx = pd.Index([1, 2])
532
ser = pd.Series([1, 2, 2])
533
- with tm.assert_produces_warning(Pandas4Warning, match="Passing a Series"):
+ with tm.assert_produces_warning(Pandas4Warning, match="Passing .* to .* is deprecated"):
534
idx.join(ser)
0 commit comments