[ ] This PR addresses an already opened issue (for bug fixes / features)
This PR fixes issue #xyz
[ ] Tests for the changes have been added (for bug fixes / features)
[ ] Documentation has been added / updated (for bug fixes / features)
[ ] HISTORY.rst has been updated (with summary of main changes)
[ ] bumpversion minor has been called on this branch
[ ] I have added my relevant user information to AUTHORS.md
Switched from using individual fixtures for each test data set in the mini-esgf-data archive, to using one fixture or all esgf data tests which clones the repo if needed.
This was done because the quantity of individual file requests from using get_file() was causing github to reject some requests.
Pull Request Checklist:
bumpversion minor
has been called on this branchAUTHORS.md
Switched from using individual fixtures for each test data set in the
mini-esgf-data
archive, to using one fixture or all esgf data tests which clones the repo if needed. This was done because the quantity of individual file requests from usingget_file()
was causing github to reject some requests.