From e286bd2ba9747c2d8c3756a3a89910e579e318e3 Mon Sep 17 00:00:00 2001 From: Peter Becich Date: Thu, 14 Nov 2024 13:09:54 -0800 Subject: [PATCH] bump `tasty-discover` upper bound ``` cabal build --enable-tests --constraint 'tasty-discover==5.0.0' -j ``` succeeds --- testcontainers.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcontainers.cabal b/testcontainers.cabal index e8f7863..67c1295 100644 --- a/testcontainers.cabal +++ b/testcontainers.cabal @@ -84,7 +84,7 @@ test-suite tests base , hspec >=2.0 && <3.0 , tasty - , tasty-discover >=4.2.1 && <4.3 + , tasty-discover >=4.2.1 && <6 , tasty-hspec , tasty-hunit , testcontainers