I believe the test suite is actually making requests to Entrez each time it's run.
To fix this, I suggest using pytest-vcr, a pytest 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
I believe the test suite is actually making requests to Entrez each time it's run.
To fix this, I suggest using
pytest-vcr, apytestplug-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