Closed barneygale closed 1 month ago
Hi! Welcome, and thanks for opening this pull request. We have some guidelines for new pull requests, and soon you'll hear back about the results of our tests and continuous integration checks. Thank you for your contribution!
Let me know if you'd like tests!
Thanks, indeed it'd be nice t have at least one test for this function: the only way we didn't catch the deprecation warning earlier is that we have none. On the other hand, adding new tests can also prove cumbersome because we're still not finished migrating from nosetests to pytest. We can probably just go with manual testing actually... I'll give it a try tomorrow !
Hooray! Congratulations on your first merged pull request! We hope we keep seeing you around! :fireworks:
PR Summary
Replace use of
urllib.request.FancyURLopener
withurlretrieve()
. The former has been deprecated since Python 3.3.Fixes #5027
PR Checklist