Skip to content

Commit 3e72c62

Browse files
authored
added command to fix rare issue with execute hive (#2061)
1 parent 961cdc8 commit 3e72c62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/running_tests/execute/hive.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ and running:
3434
uv run execute hive --fork=Cancun
3535
```
3636

37+
If the command above leads to errors such as `ImportError: Error importing plugin "pytest_plugins.execute.rpc.hive": No module named 'hive.client'` run the following to fix it: `uv run eest clean --all`.
38+
3739
This will execute all available tests in the `tests` directory on the `Cancun` fork by connecting to the hive server running on `http://127.0.0.1:3000` and launching a single client with the appropriate genesis file.
3840

3941
The genesis file is passed to the client with the appropriate configuration for the fork schedule, system contracts and pre-allocated seed account.

0 commit comments

Comments
 (0)