Will Morrison

Results 6 comments of Will Morrison

Adding creds to .netrc would help to support Bazel access to CodeArtifact as well. Currently I have to roll my own [credential helper](https://rules-python.readthedocs.io/en/latest/pypi-dependencies.html#credential-helper) to get access to pip packages in...

> need to use the IDE or some tool to move ALL **future** imports. [isort](https://pycqa.github.io/isort/) worked for me to fix this issue.

> * when you specify string, pytest-httpserver expects a quoted string so that will be compared with `==` after encoding. > * when you specify a dict or MultiDict, then...

Summarizing the conversation so far. 1. I think we agree that the behaviour of the `StringQueryMatcher` should *not* change, for the reasons you mentioned around ambiguity about `&` and `=`...

Different package, same issue: [`contourpy>=1.3.3`](https://pypi.org/project/contourpy/1.3.3/#files) (a dependency of matplotlib) cannot be installed in `public.ecr.aws/lambda/python:3.11` because they no longer provide wheels compatible with Amazon Linux 2. Pinning `contourpy==1.3.2` is a workaround.

https://docs.aspect.build/rulesets/aspect_rules_js/docs/js_binary#js_test currently states "All [common test attributes](https://bazel.build/reference/be/common-definitions#common-attributes-tests) are supported", but without support for `env_inherit` that is not the case.