Skip to content

Commit

Permalink
Fix: add ledgereth to "testing" install target
Browse files Browse the repository at this point in the history
Problem: `pip install .[testing]` is not enough to run all tests
successfully.

Solution: add missing packages to the "testing" install target.
  • Loading branch information
odesenfans authored and MHHukiewitz committed Oct 10, 2023
1 parent 6b071f8 commit e17a48c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ testing =
flake8
substrate-interface
py-sr25519-bindings
ledgereth==0.9.0
mqtt =
aiomqtt<=0.1.3
certifi
Expand Down

0 comments on commit e17a48c

Please sign in to comment.