Skip to content

Commit ecc9051

Browse files
meeseeksmachinejorisvandenbossche
authored andcommitted
Backport PR #25714: #25707 - Fixed flakiness in stata write test (#25717)
1 parent 68278a8 commit ecc9051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pandas/tests/io/test_common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def test_read_fspath_all_read_table(self, datapath):
251251
('to_latex', {}, 'os'),
252252
('to_msgpack', {}, 'os'),
253253
('to_pickle', {}, 'os'),
254-
('to_stata', {}, 'os'),
254+
('to_stata', {'time_stamp': pd.to_datetime('2019-01-01 00:00')}, 'os'),
255255
])
256256
def test_write_fspath_all(self, writer_name, writer_kwargs, module):
257257
p1 = tm.ensure_clean('string')

0 commit comments

Comments
 (0)