You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix environment variables leaking into the parent environment (#1078)
* Add a test against issue #1076
* Test against a single server, not all of them
* Fix the issue by using `os._Environ.copy()`
* Add changelog entry
* Bump version to 2.2.5
0 commit comments