fix warning

This commit is contained in:
Simon Cruanes 2026-04-22 20:51:39 -04:00
parent 3bf18fed69
commit 0cf72525b2
2 changed files with 1 additions and 6 deletions

View file

@ -205,11 +205,7 @@
cohttp-lwt cohttp-lwt
cohttp-lwt-unix cohttp-lwt-unix
(alcotest :with-test) (alcotest :with-test)
(containers :with-test) (containers :with-test))
(opentelemetry-lwt
(and
:with-test
(= :version))))
(synopsis "Collector client for opentelemetry, using cohttp + lwt")) (synopsis "Collector client for opentelemetry, using cohttp + lwt"))
(package (package

View file

@ -22,7 +22,6 @@ depends: [
"cohttp-lwt-unix" "cohttp-lwt-unix"
"alcotest" {with-test} "alcotest" {with-test}
"containers" {with-test} "containers" {with-test}
"opentelemetry-lwt" {with-test & = version}
] ]
build: [ build: [
["dune" "subst"] {dev} ["dune" "subst"] {dev}