Skip to content

Commit 919a433

Browse files
author
MarcoGorelli
committed
postmerge fixup
1 parent 95222e6 commit 919a433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/tools/test_to_datetime.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ def test_to_datetime_iso_week_year_format(self, s, _format, dt):
746746
)
747747
@pytest.mark.parametrize("errors", ["raise", "coerce", "ignore"])
748748
def test_error_iso_week_year(self, msg, s, _format, errors):
749-
# See GH#16607
749+
# See GH#16607, GH#50308
750750
# This test checks for errors thrown when giving the wrong format
751751
# However, as discussed on PR#25541, overriding the locale
752752
# causes a different error to be thrown due to the format being

0 commit comments

Comments
 (0)