diff --git a/dune-project b/dune-project index a28374f2..ec273074 100644 --- a/dune-project +++ b/dune-project @@ -102,8 +102,7 @@ (>= "5.3")) (cohttp-lwt (>= "6.0.0")) - (alcotest :with-test) - (cohttp-eio :with-test)) + (alcotest :with-test)) (synopsis "Opentelemetry tracing for Cohttp HTTP servers")) (package diff --git a/opentelemetry-cohttp-lwt.opam b/opentelemetry-cohttp-lwt.opam index a56e353b..ad66a0ef 100644 --- a/opentelemetry-cohttp-lwt.opam +++ b/opentelemetry-cohttp-lwt.opam @@ -20,7 +20,6 @@ depends: [ "lwt" {>= "5.3"} "cohttp-lwt" {>= "6.0.0"} "alcotest" {with-test} - "cohttp-eio" {with-test} ] build: [ ["dune" "subst"] {dev}