You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a good idea, though it would be best if one of the jobs was not cached (while the other were). Also, requests-cache may be preferable as it is a bit more established.
I believe the test suite is actually making requests to Entrez each time it's run.
To fix this, I suggest using
pytest-vcr
, apytest
plug-in for caching the response of requests in a subfolder of the test folder.It's very easy to use, and may help with the seeming flakiness of CI at the moment
The text was updated successfully, but these errors were encountered: