[Numpy-svn] [numpy/numpy] 406855: BUG: Fix test_f2py so it runs correctly in runtest...

GitHub noreply at github.com
Sat Jan 2 22:53:39 EST 2016


  Branch: refs/heads/maintenance/1.10.x
  Home:   https://github.com/numpy/numpy
  Commit: 406855ba3245eeb1dbd7470ca6e1037679694137
      https://github.com/numpy/numpy/commit/406855ba3245eeb1dbd7470ca6e1037679694137
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-01-02 (Sat, 02 Jan 2016)

  Changed paths:
    M numpy/tests/test_scripts.py

  Log Message:
  -----------
  BUG: Fix test_f2py so it runs correctly in runtests.py.

The loop checking for command line versions can terminate early as the
errors are not always of OSError type. In particular, runtests.py may
only store the command with the python version and the check for that is
not executed, leading to a test failure.


  Commit: 12430f088f9492e43df093a32b3f9b51b8e4a87b
      https://github.com/numpy/numpy/commit/12430f088f9492e43df093a32b3f9b51b8e4a87b
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-01-02 (Sat, 02 Jan 2016)

  Changed paths:
    M numpy/tests/test_scripts.py

  Log Message:
  -----------
  Merge pull request #6926 from charris/backport-6916

BUG: Fix test_f2py so it runs correctly in runtests.py.


Compare: https://github.com/numpy/numpy/compare/114836b1632c...12430f088f94


More information about the Numpy-svn mailing list