Thanks, Benjy. Looking at the output it seemed li...
# general
w
Thanks, Benjy. Looking at the output it seemed like there was an internal lockfile that was used to incorporate coverage. Are there docs you can suggest I use as a starting point to change the coverage version?
c
https://www.pantsbuild.org/dev/reference/subsystems/coverage-py#install_from_resolve ex:
Copy code
[coverage-py]
install_from_resolve = "default"
requirements = ["//3rdparty/py#coverage"]
w
Thank you