[Numpy-svn] [numpy/numpy] f7f838: BUG: fix test deleting temporary file before using...

GitHub noreply at github.com
Tue Jun 3 18:51:15 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: f7f838b0ac042eacba9de43005d40475dd97ce97
      https://github.com/numpy/numpy/commit/f7f838b0ac042eacba9de43005d40475dd97ce97
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-06-03 (Tue, 03 Jun 2014)

  Changed paths:
    M numpy/lib/tests/test_io.py

  Log Message:
  -----------
  BUG: fix test deleting temporary file before using it on windows

The version check was not valid for python3, though the whole logic can
be removed with a finally clause.
This requires that the savez tests need to cleanup the NpyzFile results
which still hold an open file descriptor.


  Commit: 21ea30b00cf79ae3107a54b1592efe1571d5a7d7
      https://github.com/numpy/numpy/commit/21ea30b00cf79ae3107a54b1592efe1571d5a7d7
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-06-03 (Tue, 03 Jun 2014)

  Changed paths:
    M numpy/lib/tests/test_io.py

  Log Message:
  -----------
  TST: add a format 2.0 roundtrip test


  Commit: d856a7f8a1fdca371fe090d2eaf731d69f26e1dd
      https://github.com/numpy/numpy/commit/d856a7f8a1fdca371fe090d2eaf731d69f26e1dd
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-06-03 (Tue, 03 Jun 2014)

  Changed paths:
    M numpy/lib/tests/test_io.py

  Log Message:
  -----------
  Merge pull request #4773 from juliantaylor/win-testfix

BUG: fix test deleting temporary file before using it on windows


Compare: https://github.com/numpy/numpy/compare/3f5e45737361...d856a7f8a1fd


More information about the Numpy-svn mailing list