NiMARE icon indicating copy to clipboard operation
NiMARE copied to clipboard

Only run fetching tests on oldest and newest Python versions

Open tsalo opened this issue 2 years ago • 0 comments

Summary

Some of the fetching tests regularly fail because we're sending out too many requests too quickly. We can reduce the number of requests by only testing the oldest and newest supported Python versions.

I think we can do this by using pytest to mark the affected tests and then flagging those in the GitHub Action file. I'm not actually sure how to flag them for some Python versions only though.

tsalo avatar Jun 13 '22 17:06 tsalo