Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

DeprecationWarning: combine_argument_formatters #149

Open
AndreMiras opened this issue Jun 14, 2019 · 1 comment
Open

DeprecationWarning: combine_argument_formatters #149

AndreMiras opened this issue Jun 14, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@AndreMiras
Copy link
Owner

Running the tests trigger the following warning:

=============================================================== warnings summary ================================================================
venv/lib/python3.6/site-packages/eth_utils/applicators.py:45
  /home/andre/workspace/EtherollApp/venv/lib/python3.6/site-packages/eth_utils/applicators.py:45: DeprecationWarning: combine_argument_formatters(formatter1, formatter2)([item1, item2])has been deprecated and will be removed in a subsequent major version release of the eth-utils library. Update your calls to use apply_formatters_to_sequence([formatter1, formatter2], [item1, item2]) instead.
    "combine_argument_formatters(formatter1, formatter2)([item1, item2])"

-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================================================== 1 passed, 1 warnings in 0.49 seconds ======================================================
@AndreMiras AndreMiras added the enhancement New feature or request label Jun 14, 2019
@AndreMiras
Copy link
Owner Author

Fix was merged in web3.py recently ethereum/web3.py#1360 but it's not in the latest stable release https://github.com/ethereum/web3.py/blob/v4.9.2/web3/middleware/pythonic.py

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant