]> granicus.if.org Git - python/commit
bpo-28134: Ignore proto in unknown socket test (GH-5435)
authorChristian Heimes <christian@python.org>
Tue, 30 Jan 2018 07:55:46 +0000 (08:55 +0100)
committerGitHub <noreply@github.com>
Tue, 30 Jan 2018 07:55:46 +0000 (08:55 +0100)
commit2e0ecde8d74f5fc0e3e3e39216975cc70efc4796
tree92551c43cae0827dab8c40362ae3d5a2f091520e
parentdd42cb71f2cb02f3a32f016137b12a146bc0d0e2
bpo-28134: Ignore proto in unknown socket test (GH-5435)

Band-aid for macOS: Some platforms seem to ignore unknown protocols.

Signed-off-by: Christian Heimes <christian@python.org>
Lib/test/test_socket.py