From 78d8d107ff8a40cc7f3404e04668b82d9ed9aad6 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 22 Apr 2026 20:51:39 -0400 Subject: [PATCH] fix warning --- dune-project | 6 +----- opentelemetry-client-cohttp-lwt.opam | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/dune-project b/dune-project index 74741449..653f4db1 100644 --- a/dune-project +++ b/dune-project @@ -205,11 +205,7 @@ cohttp-lwt cohttp-lwt-unix (alcotest :with-test) - (containers :with-test) - (opentelemetry-lwt - (and - :with-test - (= :version)))) + (containers :with-test)) (synopsis "Collector client for opentelemetry, using cohttp + lwt")) (package diff --git a/opentelemetry-client-cohttp-lwt.opam b/opentelemetry-client-cohttp-lwt.opam index d200d9b1..b2a937df 100644 --- a/opentelemetry-client-cohttp-lwt.opam +++ b/opentelemetry-client-cohttp-lwt.opam @@ -22,7 +22,6 @@ depends: [ "cohttp-lwt-unix" "alcotest" {with-test} "containers" {with-test} - "opentelemetry-lwt" {with-test & = version} ] build: [ ["dune" "subst"] {dev}