New submission from Batuhan Taskaya <batuhanosmantask...@gmail.com>:

$ ./python -m test test_email
0:00:00 load avg: 0.25 Run tests sequentially
0:00:00 load avg: 0.25 [1/1] test_email
test test_email failed -- Traceback (most recent call last):
  File "/usr/home/isidentical/cpython/Lib/test/test_email/test_email.py", line 
3345, in test_make_msgid_default_domain
    self.assertTrue(
AssertionError: False is not true

test_email failed

== Tests result: FAILURE ==

1 test failed:
    test_email

Total duration: 9.5 sec
Tests result: FAILURE

>>> socket.getfqdn()
'xxx.com'
>>> socket.getfqdn()
'yyy.org'
>>> socket.getfqdn()
'xxx.com'
>>> socket.getfqdn()
'xxx.yyy.com'

----------
components: email
messages: 362969
nosy: BTaskaya, barry, r.david.murray
priority: normal
severity: normal
status: open
title: make_msgid fail on FreeBSD 12.1-RELEASE-p1 with different domains
versions: Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39793>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to