[Python-checkins] [python/cpython] 1d391f: [3.6] bpo-28087: Skip test_asyncore and test_eintr...

GitHub noreply at github.com
Sat Mar 4 06:19:07 EST 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 1d391f926b37484b8d4b326003a72c0084db19ec
      https://github.com/python/cpython/commit/1d391f926b37484b8d4b326003a72c0084db19ec
  Author: Ned Deily <nad at python.org>
  Date:   2017-03-04 (Sat, 04 Mar 2017)

  Changed paths:
    M Lib/test/eintrdata/eintr_tester.py
    M Lib/test/test_asyncore.py
    M Misc/NEWS

  Log Message:
  -----------
  [3.6] bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS (#463)

Skip some tests of select.poll when running on macOS due to unresolved
issues with the underlying system poll function on some macOS versions.

(cherry picked from commit de04644627f82d9dc48b3423def7ff5b4aa1926a)




More information about the Python-checkins mailing list