SWE-bench
SWE-bench copied to clipboard
Don't clobber the containing environment
This change ensures that we don't replace the environment but instead modify it. This allows e.g. important variables like HTTP_PROXY to be passed down to the subprocess.
Fixes #111