Skip to content

Commit a108651

Browse files
authored
COMPAT: add 0.19.2 msgpack/pickle files (pandas-dev#15848)
* COMPAT: add 0.19.2 msgpack/pickle files * show error * add in 2.7 pickles
1 parent b6d405d commit a108651

File tree

5 files changed

+2
-1
lines changed

5 files changed

+2
-1
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

pandas/tests/io/test_pickle.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ def test_pickles(current_pickle_data, version):
207207
if data is None:
208208
continue
209209
n += 1
210-
assert n > 0, 'Pickle files are not tested'
210+
assert n > 0, ('Pickle files are not '
211+
'tested: {version}'.format(version=version))
211212

212213

213214
def test_round_trip_current(current_pickle_data):

0 commit comments

Comments
 (0)