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 33fc18b commit f50a953Copy full SHA for f50a953
mail_deduplicate/tests/test_mail.py
@@ -20,7 +20,9 @@
20
from .conftest import MailFactory, check_box, skip_windows
21
22
""" Some invalid dates are not supported on Windows as they produce negative
23
-timestamps. See: https://github.com/arrow-py/arrow/pull/745
+timestamps. See:
24
+* https://github.com/arrow-py/arrow/issues/675
25
+* https://github.com/arrow-py/arrow/pull/745
26
"""
27
28
invalid_date_mail_1 = MailFactory(date_rfc2822="Thu, 13 Dec 101 15:30 WET")
0 commit comments