Nathan McLean
Nathan McLean
@tbarbugli It looks like you fixed this in `1.0.1` (thank you) I was wondering when I might expect a release for this patch version to be pushed to `PyPi`?
The problem is caused by this line, which appends the env var arg values to the list of CLI args, causing them to be consumed by the `nargs=REMAINDER` argument. https://github.com/bw2/ConfigArgParse/blob/8bbc7de67f884184068d62af7f78e723d01c0081/configargparse.py#L448...
I assume it's this bug? https://bugzilla.mozilla.org/show_bug.cgi?id=1930119 It looks like they fixed it, but it hasn't made it into a stable release. I tried installing the `latest/beta` channel snap and it...
I found this problem also seems to affect [multi-stage](https://docs.docker.com/build/building/multi-stage/) images.
I am experiencing this problem too with python/coveralls. The only way I can get it to merge parallel build results is by setting a different `COVERALLS_FLAG_NAME` env var value for...
@mrexox I'm using CircleCI. I have split up tests into different groups depending on whether they depend on different services (e.g. tests that require a PostgreSQL database). The command that...
@mrexox thanks! I would like to point out the wording in the documentation says that `COVERALLS_FLAG_NAME` is optional. However, I think this is misleading if parallel jobs do not work...