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 c67bf05 commit 1702f50Copy full SHA for 1702f50
pandas/tests/indexes/test_common.py
@@ -530,5 +530,7 @@ 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 .* to .* is deprecated"):
+ with tm.assert_produces_warning(
534
+ Pandas4Warning, match="Passing .* to .* is deprecated"
535
+ ):
536
idx.join(ser)
0 commit comments