Skip to content

Commit

Permalink
pandas-dev#25707 - Fixed flakiness in stata write test (pandas-dev#25714
Browse files Browse the repository at this point in the history
)
  • Loading branch information
gwrome authored and TomAugspurger committed Mar 13, 2019
1 parent dcf7fce commit 1017382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/io/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def test_read_fspath_all_read_table(self, datapath):
('to_latex', {}, 'os'),
('to_msgpack', {}, 'os'),
('to_pickle', {}, 'os'),
('to_stata', {}, 'os'),
('to_stata', {'time_stamp': pd.to_datetime('2019-01-01 00:00')}, 'os'),
])
def test_write_fspath_all(self, writer_name, writer_kwargs, module):
p1 = tm.ensure_clean('string')
Expand Down

0 comments on commit 1017382

Please sign in to comment.