Staging
v0.5.1
https://github.com/python/cpython
Revision 1d391f926b37484b8d4b326003a72c0084db19ec authored by Ned Deily on 04 March 2017, 11:19:05 UTC, committed by GitHub on 04 March 2017, 11:19:05 UTC
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)
1 parent 343d483
Raw File
Tip revision: 1d391f926b37484b8d4b326003a72c0084db19ec authored by Ned Deily on 04 March 2017, 11:19:05 UTC
[3.6] bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS (#463)
Tip revision: 1d391f9
.codecov.yml
codecov:
  notify:
    require_ci_to_pass: true
comment: off
ignore:
  - "Doc/**/*"
  - "Misc/*"
  - "Mac/**/*"
  - "PC/**/*"
  - "PCbuild/**/*"
  - "Tools/**/*"
  - "Grammar/*"
coverage:
  precision: 2
  range:
  - 70.0
  - 100.0
  round: down
  status:
    changes: off
    project: off
    patch:
      default:
        target: 100%
        only_pulls: true
        threshold: 0.05
parsers:
  gcov:
    branch_detection:
      conditional: true
      loop: true
      macro: false
      method: false
  javascript:
    enable_partials: false
back to top