diff --git a/dune-project b/dune-project index f62842d6..f03b3d64 100644 --- a/dune-project +++ b/dune-project @@ -31,10 +31,6 @@ hmap (odoc :with-doc) (alcotest :with-test) - (opentelemetry-client - (and - :with-test - (= :version))) (pbrt (and (>= 4.0) diff --git a/opentelemetry.opam b/opentelemetry.opam index a0121247..898584a4 100644 --- a/opentelemetry.opam +++ b/opentelemetry.opam @@ -16,7 +16,6 @@ depends: [ "hmap" "odoc" {with-doc} "alcotest" {with-test} - "opentelemetry-client" {with-test & = version} "pbrt" {>= "4.0" & < "5.0"} "pbrt_yojson" {>= "4.0" & < "5.0"} "ambient-context" {>= "0.2"}