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

GitHub noreply at github.com
Fri Apr 15 14:11:17 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: fc398de0f13fd709079e666b8c2a03db76316c1d
      https://github.com/numpy/numpy/commit/fc398de0f13fd709079e666b8c2a03db76316c1d
  Author: Matthew Brett <matthew.brett at gmail.com>
  Date:   2016-04-14 (Thu, 14 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: 35097048522b8b0da12b49639fdfc2d96ae81666
      https://github.com/numpy/numpy/commit/35097048522b8b0da12b49639fdfc2d96ae81666
  Author: Nathaniel J. Smith <njs at pobox.com>
  Date:   2016-04-15 (Fri, 15 Apr 2016)

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

  Log Message:
  -----------
  Merge pull request #7549 from matthew-brett/fix-no-compiler-errors

BUG: allow graceful recovery for no Liux compiler


Compare: https://github.com/numpy/numpy/compare/f1b009112f07...35097048522b


More information about the Numpy-svn mailing list