From c8694ac3dd05ad97cc1fbc6c1735739b025f61cf Mon Sep 17 00:00:00 2001 From: Olivier Desenfans Date: Tue, 10 Oct 2023 10:26:10 +0200 Subject: [PATCH] Fix: add ledgereth to "testing" install target Problem: `pip install .[testing]` is not enough to run all tests successfully. Solution: add missing packages to the "testing" install target. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index e926e128..b17bf7f5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -81,6 +81,7 @@ testing = flake8 substrate-interface py-sr25519-bindings + ledgereth==0.9.0 mqtt = aiomqtt<=0.1.3 certifi