Skip to content

Commit

Permalink
COMPAT: add 0.19.2 msgpack/pickle files (pandas-dev#15848)
Browse files Browse the repository at this point in the history
* COMPAT: add 0.19.2 msgpack/pickle files

* show error

* add in 2.7 pickles
  • Loading branch information
jreback committed Mar 30, 2017
1 parent b6d405d commit a108651
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 2 additions & 1 deletion pandas/tests/io/test_pickle.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ def test_pickles(current_pickle_data, version):
if data is None:
continue
n += 1
assert n > 0, 'Pickle files are not tested'
assert n > 0, ('Pickle files are not '
'tested: {version}'.format(version=version))


def test_round_trip_current(current_pickle_data):
Expand Down

0 comments on commit a108651

Please sign in to comment.