Skip to content

Ensure S3 tests are mocked #19825

Closed
Closed
@TomAugspurger

Description

@TomAugspurger

Anaconda owns the pandas-test S3 bucket that we use for some of our tests. They're doing some spring cleaning, and would like to remove this bucket sometime next week.

We'll need to make sure that all of our tests are mocked.

From what I can tell, pandas/tests/io/parser/test_network::TestS3 is not mocked.

We also have an ASV benchmark that hits S3, whose goal is to ensure that we don't read the whole file when doing read_csv(..., nrows=10). I think we could remove that and replace it with a mocked fixture that asserts something about the number of bytes read.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Testingpandas testing functions or related to the test suite

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions