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}