Skip to content

software/erp5/test: fix ResourceWarning on python3

Jérome Perrin requested to merge fix/erp5-sr-test-resourcewarnings into master
  • use the requests.Session in a context manager so that resources are properly closed.
  • close the stdout of caucase process we want to keep silent

Merge request reports