From 9b03068d9dccbdf472019295d1ffeef7f17e6ab9 Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Mon, 1 Jul 2024 14:02:57 +0300 Subject: [PATCH] test: fixate luatest dependency readview test select fails on master luatest [1]. 1. https://github.com/tarantool/crud/actions/runs/9742871447/job/26885075515?pr=441 --- deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.sh b/deps.sh index 12fa640e..5422a209 100755 --- a/deps.sh +++ b/deps.sh @@ -11,7 +11,7 @@ then fi # Test dependencies: -$TTCTL rocks install luatest +$TTCTL rocks install luatest 1.0.1 $TTCTL rocks install luacheck 0.25.0 $TTCTL rocks install luacov 0.13.0