[New-bugs-announce] [issue28728] test_host_resolution in test_socket fails on duplicate assert

SilentGhost report at bugs.python.org
Thu Nov 17 13:35:43 EST 2016


New submission from SilentGhost:

Commit 540a9c69c2ea introduced double assertRaises which now is failing on ubuntu 16.10

If it is necessary, then it's not obvious why and there is no comment, but here is the one-line patch that removes the duplicated line and makes the test pass for me.

----------
components: Tests
files: test_socket.diff
keywords: patch
messages: 281061
nosy: SilentGhost, neologix
priority: normal
severity: normal
stage: patch review
status: open
title: test_host_resolution in test_socket fails on duplicate assert
type: behavior
versions: Python 3.6, Python 3.7
Added file: http://bugs.python.org/file45524/test_socket.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28728>
_______________________________________


More information about the New-bugs-announce mailing list