Skip to content

Commit 71d1209

Browse files
committed
Pin hardhat version in bleeps tests
1 parent b4b5f7b commit 71d1209

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/externalTests/bleeps.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ function bleeps_test
8686
npm install npm-run-all
8787
npm install
8888

89+
# Causes a test failure with hardhat 2.11.0 (latest at the moment of writing this)
90+
# TODO: Remove when https://github.com/wighawag/bleeps/issues/4 is resolved
91+
npm install [email protected]
92+
8993
# TODO: Bleeps depends on OpenZeppelin 4.3.2, which is affected by
9094
# https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3293.
9195
# Forcing OZ >= 4.6.0 fixes this but it also causes a lot of unrelated compilation errors.

0 commit comments

Comments
 (0)