Fix dependency bounds for dune-action-trace#13730
Conversation
|
This library is intended to be public. I'm not following your explanation of |
|
Specifically the |
I'm following the pattern of #12954 -- if the tests are meant to be run during opam installation
|
Signed-off-by: Shon Feder <shon.feder@gmail.com>
Addresses the lower-bounds packaging error detected in the opam-repo-ci Signed-off-by: Shon Feder <shon.feder@gmail.com>
70f1974 to
b1d0c09
Compare
|
I've removed the part of this addressing the test dependencies, and instead filed an issue for that #13732 This way we can get the simplest part here merged, and those with context on the |
rgrinberg
left a comment
There was a problem hiding this comment.
You can disable the tests if they're getting in the way of the release. We can always fix them for the next release.
Workaround for #13732 this workaround sanctioned by @rgrinberg here: #13730 (review) Tested in a fresh switch with ``` opam pin dune-action-trace.dev git@github.com:ocaml/dune.git#shonfeder/dune-action-trace-disable-install-tests --with-test --verbose ``` Related: #13731 , which can help us prevent merging misconfigured packages in the future.
Necessary for #13674 (as per #13674 (comment))
Followup to #13267