Skip to content

Commit 13c11f9

Browse files
committed
TST/PKG: Move test HDF5 file to legacy (#16856)
It wasn't being picked up in our package data otherwise (cherry picked from commit 18f929f)
1 parent ed88f9e commit 13c11f9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pandas/tests/io/test_pytables.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -5216,7 +5216,8 @@ def test_read_py2_hdf_file_in_py3(self):
52165216
['2015-01-01', '2015-01-02', '2015-01-05'], freq='B'))
52175217

52185218
with ensure_clean_store(
5219-
tm.get_data_path('periodindex_0.20.1_x86_64_darwin_2.7.13.h5'),
5219+
tm.get_data_path(
5220+
'legacy_hdf/periodindex_0.20.1_x86_64_darwin_2.7.13.h5'),
52205221
mode='r') as store:
52215222
result = store['p']
52225223
assert_frame_equal(result, expected)

0 commit comments

Comments
 (0)