[Numpy-svn] [numpy/numpy] dcf32d: BUG: avoid NamedTemporaryFile for large file test
GitHub
noreply at github.com
Wed Aug 27 06:45:54 EDT 2014
Branch: refs/heads/maintenance/1.9.x
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: eb8ea0d3f561d2a8999215dc38bffba4c9edec35
https://github.com/numpy/numpy/commit/eb8ea0d3f561d2a8999215dc38bffba4c9edec35
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:
-----------
Merge pull request #5005 from juliantaylor/use-tempdir-for-large-file
Use tempdir for large file
Compare: https://github.com/numpy/numpy/compare/99391a6deaf5...eb8ea0d3f561
More information about the Numpy-svn
mailing list