deps: add click — required by mps_wallet_dist_health CLI
CI on02f55a9+3f1a092failed with 516 ModuleNotFoundError: No module named 'click' across test_functional / test_integration. wallet_dist_ health.py imports click at module-top; pytest collection imports crypto_watcher → wallet_dist_health → click, which isn't installed in the CI test env. click is usually a transitive dep of pyramid in most installs, but the CI runner's env is stricter. Explicit declaration unblocks 1.2.0 artifact build.
This commit is contained in:
parent
3f1a092d2e
commit
e96c32502e
1 changed files with 6 additions and 0 deletions
|
|
@ -68,3 +68,9 @@ html5lib
|
|||
# included here; see lib/crypto_watcher/erldist_clients.py for the
|
||||
# drop-in clients).
|
||||
erldistpy>=0.1.6
|
||||
|
||||
# Used by mps_wallet_dist_health CLI (lib/crypto_watcher/wallet_dist_health.py)
|
||||
# for argument parsing + colored output. Already a transitive dep of pyramid
|
||||
# in most cases, but pin it explicitly so test imports don't break in cleaner
|
||||
# CI envs.
|
||||
click
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue