Fix qcheck-alcotest dependency in irmin-test.opam
Remove the `with-test` constraint from qcheck-alcotest dependency.
The test/irmin/dune file declares a test that uses qcheck-alcotest
as a library dependency. Since dune builds tests by default, this
dependency is needed at build time, not just when running tests.
Without this fix, `dune build` fails on a fresh opam switch because
qcheck-alcotest is not installed (opam only installs `with-test`
dependencies when using `--with-test`).
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
55db4c
-
Jan 27 14:54 +00:00