Skip to content

Commit

Permalink
TST/PKG: Move test HDF5 file to legacy (#16856)
Browse files Browse the repository at this point in the history
It wasn't being picked up in our package data otherwise

(cherry picked from commit 18f929f)
  • Loading branch information
TomAugspurger committed Jul 7, 2017
1 parent ed88f9e commit 13c11f9
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 @@ -5216,7 +5216,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 13c11f9

Please sign in to comment.