girder / girder_worker

Distributed task execution engine with Girder integration, developed by Kitware
http://girder-worker.readthedocs.io/
Apache License 2.0
34 stars 30 forks source link

Add requests parameters for communication with Girder #376

Closed pchoisel closed 2 years ago

pchoisel commented 2 years ago

Add a way to specify arguments that will be set to a requests session used for following requests to Girder.

pchoisel commented 2 years ago

There are two unit tests failing, but I have no idea why. Would you have a suggestion ?

zachmullen commented 2 years ago

The unit test failures appear to be a result of this branch; I just re-ran them on master and they succeeded.

pchoisel commented 2 years ago

I had to modify the tests mocking requests.request All the tests are passing now and I added the session.close().