From d37bd5b70b6991b57e4a872d6fcdd0c818833b10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonin=20D=C3=A9cimo?= Date: Wed, 19 Jun 2024 17:08:12 +0200 Subject: [PATCH] Don't declare transitive dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Antonin Décimo --- http/test/bytebuffer/dune | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/http/test/bytebuffer/dune b/http/test/bytebuffer/dune index e4d141c6cf..c89fd56c65 100644 --- a/http/test/bytebuffer/dune +++ b/http/test/bytebuffer/dune @@ -1,14 +1,6 @@ (library (name bytebuffer_tests) - (libraries - http_bytebuffer - ;; This is because of the (implicit_transitive_deps false) - ;; in dune-project - ppx_expect.config - ppx_expect.config_types - ppx_expect.common - base - ppx_inline_test.config) + (libraries http_bytebuffer) (inline_tests) (preprocess (pps ppx_expect)))