Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TST: Remove test_pickle_generalurl_read in favor of test_request_headers #60848

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

mroeschke
Copy link
Member

test_pickle_generalurl_read appears redundant with pandas/tests/io/test_http_headers.py::test_request_headers where the latter uses the httpserver fixture and doesn't attempt to patch urllib.request.urlopen.

I was seeing test_pickle_generalurl_read being particularly slow in the cudf test suite, but best to remove this test as it's redundant.

@mroeschke mroeschke added Testing pandas testing functions or related to the test suite IO Network Local or Cloud (AWS, GCS, etc.) IO Issues labels Feb 4, 2025
@mroeschke mroeschke added this to the 3.0 milestone Feb 4, 2025
@mroeschke
Copy link
Member Author

Merging. But happy to follow up if needed

@mroeschke mroeschke merged commit 1cd4c63 into pandas-dev:main Feb 5, 2025
42 of 48 checks passed
@mroeschke mroeschke deleted the rm/test/urllib branch February 5, 2025 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO Network Local or Cloud (AWS, GCS, etc.) IO Issues Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant