Skip to content

Commit

Permalink
TST/PKG: Move test HDF5 file to legacy (pandas-dev#16856)
Browse files Browse the repository at this point in the history
It wasn't being picked up in our package data otherwise
  • Loading branch information
TomAugspurger authored Jul 7, 2017
1 parent 7be9db9 commit 18f929f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pandas/tests/io/test_pytables.py
Original file line number Diff line number Diff line change
Expand Up @@ -5279,7 +5279,8 @@ def test_read_py2_hdf_file_in_py3(self):
['2015-01-01', '2015-01-02', '2015-01-05'], freq='B'))

with ensure_clean_store(
tm.get_data_path('periodindex_0.20.1_x86_64_darwin_2.7.13.h5'),
tm.get_data_path(
'legacy_hdf/periodindex_0.20.1_x86_64_darwin_2.7.13.h5'),
mode='r') as store:
result = store['p']
assert_frame_equal(result, expected)
Expand Down

0 comments on commit 18f929f

Please sign in to comment.