Closed
Description
The test test_write_fspath_all
in
pandas/pandas/tests/io/test_common.py
Line 256 in 86879ac
DataFrame.to_stata provides a keyword time_stamp
to control whether the timestamp is written in the binary file.
To avoid spurious test failures from writing the first file at timestamp 1, and the second file at timestamp 2, we should pass that keyword through by adding {'time_stamp': False}
to the dict in
pandas/pandas/tests/io/test_common.py
Line 254 in 86879ac