Actions
Idea #20917
openTest PySDK with different versions of pycurl
Start date:
Due date:
Story points:
-
Description
setup.py
says you can install the Python SDK with pycurl >=7.19.5.1, <7.45.0
. And we have different code paths to support different versions; see arvados._pycurlhelper.PyCurlHelper._socket_open
.
However, we don't test with different versions, so we've had bugs hiding in the code paths for untested versions. Figure out a way to test with different versions.
Related issues
Updated by Brett Smith about 1 year ago
- Related to Bug #20257: Timeout stuck downloads in arvados-cwl-runner added
Actions