HyukjinKwon opened a new issue, #48654: URL: https://github.com/apache/arrow/issues/48654
### Describe the enhancement requested The test `test_sequence_timestamp_from_int_with_unit()` was marked with `@pytest.mark.pandas`, meaning it was skipped when pandas was not installed. This left the non-pandas code path untested. The TODO was introduced in commit 286bf7c9 when making pandas an optional dependency: https://github.com/apache/arrow/blob/286bf7c9d343cb972691c32ea8128390aed39119/python/pyarrow/tests/test_convert_builtin.py#L731-L732 ### Component(s) Python -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
