mirror of
https://github.com/nspcc-dev/neofs-testlib.git
synced 2026-03-01 04:29:25 +00:00
Mamba upgrade breaks utils #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ixje on GitHub (Aug 9, 2023).
Originally assigned to: @evgeniiz321 on GitHub.
I noticed you upgraded the mamba version but not these areas
nspcc-dev/neofs-testlib@d0439d421c/src/neofs_testlib/utils/wallet.py (L34-L35)nspcc-dev/neofs-testlib@d0439d421c/src/neofs_testlib/utils/converters.py (L69)the
passwordargument tofrom_json()has changed topasswordsand now takes a list of passwords (ref). You could optionally simplify the code by using Wallet.from_file()