From 22afbbd88cf08736e7d5a443df6929f61bbe5f52 Mon Sep 17 00:00:00 2001 From: Anil Madhavapeddy Date: Tue, 27 Jun 2017 10:10:46 +0100 Subject: [PATCH] tests: needs alcotest.0.7.0 for `unit` testable --- tcpip.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcpip.opam b/tcpip.opam index 6d3291123..ad1dff8c5 100644 --- a/tcpip.opam +++ b/tcpip.opam @@ -38,7 +38,7 @@ depends: [ "mirage-profile" {>= "0.5"} "mirage-flow" {test & >= "1.2.0"} "mirage-vnetif" {test & >= "0.4.0"} - "alcotest" {test} + "alcotest" {test & >="0.7.0"} "ounit" {test} "pcap-format" {test} "mirage-clock-unix" {test & >= "1.2.0"}