From 5ebebf4fd76aa37052ed1b37dc14eea317b33c95 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 22 Feb 2018 14:18:00 -0600 Subject: [PATCH] test deps are required when we run tests --- containers.opam | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/containers.opam b/containers.opam index 0fc9832b..9f62d0c4 100644 --- a/containers.opam +++ b/containers.opam @@ -11,10 +11,6 @@ build-test: [ "jbuilder" "runtest" "-p" name "-j" jobs] depends: [ "jbuilder" {build & >= "1.0+beta12"} "result" -] -depopts: [ - "base-unix" - "base-threads" "qtest" { test } "qcheck" { test } "oUnit" { test } @@ -22,6 +18,10 @@ depopts: [ "gen" { test } "odoc" { doc } ] +depopts: [ + "base-unix" + "base-threads" +] conflicts: [ "sequence" { < "0.5" } ]