Skip to content

Commit 18f929f

Browse files
TST/PKG: Move test HDF5 file to legacy (pandas-dev#16856)
It wasn't being picked up in our package data otherwise
1 parent 7be9db9 commit 18f929f

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
@@ -5279,7 +5279,8 @@ def test_read_py2_hdf_file_in_py3(self):
52795279
['2015-01-01', '2015-01-02', '2015-01-05'], freq='B'))
52805280

52815281
with ensure_clean_store(
5282-
tm.get_data_path('periodindex_0.20.1_x86_64_darwin_2.7.13.h5'),
5282+
tm.get_data_path(
5283+
'legacy_hdf/periodindex_0.20.1_x86_64_darwin_2.7.13.h5'),
52835284
mode='r') as store:
52845285
result = store['p']
52855286
assert_frame_equal(result, expected)

0 commit comments

Comments
 (0)