This is a supplement to #299. I'm not sure if this change to .circleci/config.yml will ensure all existing tests pass.
The minimal reproduction of the error is to run through the quickstart example of adding and running a workflow, but for a launchpad that requires authentication:
This is a supplement to #299. I'm not sure if this change to
.circleci/config.yml
will ensure all existing tests pass.The minimal reproduction of the error is to run through the quickstart example of adding and running a workflow, but for a launchpad that requires authentication:
It works with pymongo 3.6.x, but fails for pymongo 3.7 with
pymongo.errors.OperationFailure: Authentication failed.
.I don't know how to solve this issue -- I'm just hoping to contribute a failing test.