mongodb-labs / drivers-evergreen-tools

Scripts for MongoDB drivers to bootstrap their Evergreen configuration file - This Repository is NOT a supported MongoDB product
10 stars 64 forks source link

GODRIVER-3371 Fix aws auth on windows #518

Closed blink1073 closed 3 weeks ago

blink1073 commented 3 weeks ago

https://spruce.mongodb.com/version/66fecd7b33b96200077dfef2/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC

PyMongo now imports asyncio, and we were previously not sending environment variables to subprocesses. Those variables are needed to load system dlls in Python.