Skip to content

Commit f50a953

Browse files
committed
Add more references.
1 parent 33fc18b commit f50a953

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mail_deduplicate/tests/test_mail.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
from .conftest import MailFactory, check_box, skip_windows
2121

2222
""" Some invalid dates are not supported on Windows as they produce negative
23-
timestamps. See: https://github.com/arrow-py/arrow/pull/745
23+
timestamps. See:
24+
* https://github.com/arrow-py/arrow/issues/675
25+
* https://github.com/arrow-py/arrow/pull/745
2426
"""
2527

2628
invalid_date_mail_1 = MailFactory(date_rfc2822="Thu, 13 Dec 101 15:30 WET")

0 commit comments

Comments
 (0)