Skip to content

[Python] Test timestamp from int without pandas dependency #48654

@HyukjinKwon

Description

@HyukjinKwon

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 286bf7c when making pandas
an optional dependency:

# TODO(wesm): This test might be rewritten to assert the actual behavior
# when pandas is not installed

Component(s)

Python

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions