[Python-checkins] [python/cpython] 5e9c11: bpo-24725: Skip the test_socket.testFDPassEmpty on...

GitHub noreply at github.com
Wed May 3 08:11:36 EDT 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: 5e9c1101924bacf3ead03124b5c1e48551638360
      https://github.com/python/cpython/commit/5e9c1101924bacf3ead03124b5c1e48551638360
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
    M Lib/test/test_socket.py

  Log Message:
  -----------
  bpo-24725: Skip the test_socket.testFDPassEmpty on OS X (#1427)

In OS X 10.11, the test fails consistently due to a platform change
since 10.10. Thanks to Jeff Ramnani for the patch.

(cherry picked from commit 3c61a448f106c7cafb050ff7be5c5c421273e68f)




More information about the Python-checkins mailing list