From 0cf72525b263aa5c171b27ec06aa773f6fdeefc0 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 b2edce15..96e5db52 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 e483100d..58b56973 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}