[Numpy-svn] [numpy/numpy] dcf32d: BUG: avoid NamedTemporaryFile for large file test

GitHub noreply at github.com
Wed Aug 27 06:45:08 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: dcf32db293607357d0b4b152b1c630ecbccc092e
      https://github.com/numpy/numpy/commit/dcf32db293607357d0b4b152b1c630ecbccc092e
  Author: Matthew Brett <matthew.brett at gmail.com>
  Date:   2014-08-27 (Wed, 27 Aug 2014)

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

  Log Message:
  -----------
  BUG: avoid NamedTemporaryFile for large file test

NamedTemporaryFile files can't be reopened on Windows.


  Commit: e95cf5f492bf1b181b083ff42ad451319ab23347
      https://github.com/numpy/numpy/commit/e95cf5f492bf1b181b083ff42ad451319ab23347
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-08-27 (Wed, 27 Aug 2014)

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

  Log Message:
  -----------
  TST: skip large file test on windows

nobody knows if it supports sparse filesystems, so just skip it.


  Commit: 0104e62e27e9fede5ffd066da16e029a3e8d99cc
      https://github.com/numpy/numpy/commit/0104e62e27e9fede5ffd066da16e029a3e8d99cc
  Author: Julian Taylor <juliantaylor108 at gmail.com>
  Date:   2014-08-27 (Wed, 27 Aug 2014)

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

  Log Message:
  -----------
  Merge pull request #5005 from juliantaylor/use-tempdir-for-large-file

Use tempdir for large file


Compare: https://github.com/numpy/numpy/compare/ad42ea6f614b...0104e62e27e9


More information about the Numpy-svn mailing list