[Numpy-svn] [numpy/numpy] 1c122a: BUG: allow graceful recovery for no compiler

GitHub noreply at github.com
Fri Apr 15 20:21:50 EDT 2016


  Branch: refs/heads/maintenance/1.11.x
  Home:   https://github.com/numpy/numpy
  Commit: 1c122a42beba97b60b6b632813c55a8345d02fd6
      https://github.com/numpy/numpy/commit/1c122a42beba97b60b6b632813c55a8345d02fd6
  Author: Matthew Brett <matthew.brett at gmail.com>
  Date:   2016-04-15 (Fri, 15 Apr 2016)

  Changed paths:
    M numpy/distutils/tests/test_system_info.py

  Log Message:
  -----------
  BUG: allow graceful recovery for no compiler

If there is no compiler on Linux, the error we were getting was
CompileError rather than the OSError the test was expecting.

This had the nasty side-effect of leaving us in a deleted temporary
directory, causing later test failures.

Try a check to see if we have a compiler and skip otherwise.


  Commit: 1a3e301557840095bbb93f53698f6f52d21984fb
      https://github.com/numpy/numpy/commit/1a3e301557840095bbb93f53698f6f52d21984fb
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-04-15 (Fri, 15 Apr 2016)

  Changed paths:
    M numpy/distutils/tests/test_system_info.py

  Log Message:
  -----------
  Merge pull request #7551 from charris/backport-7549

Backport 7549, BUG: allow graceful recovery for no compiler


Compare: https://github.com/numpy/numpy/compare/def109470328...1a3e30155784


More information about the Numpy-svn mailing list