Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning running tests toolz.compatibility #72

Open
w2vy opened this issue May 1, 2021 · 0 comments
Open

Warning running tests toolz.compatibility #72

w2vy opened this issue May 1, 2021 · 0 comments

Comments

@w2vy
Copy link

w2vy commented May 1, 2021

`tom@rnode:~/RChain/pyrchain$ python -m pytest rchain/tests
=============================================== test session starts ===============================================
platform linux -- Python 3.8.6, pytest-6.2.3, py-1.10.0, pluggy-0.13.1
rootdir: /home/tom/RChain/pyrchain
collected 51 items

rchain/tests/test_certificate.py .......... [ 19%]
rchain/tests/test_client.py ......... [ 37%]
rchain/tests/test_crypto.py ............................. [ 94%]
rchain/tests/test_from_pb.py ... [100%]

================================================ warnings summary =================================================
../../.local/lib/python3.8/site-packages/cytoolz/compatibility.py:2
/home/tom/.local/lib/python3.8/site-packages/cytoolz/compatibility.py:2: DeprecationWarning: The toolz.compatibility module is no longer needed in Python 3 and has been deprecated. Please import these utilities directly from the standard library. This module will be removed in a future release.
warnings.warn("The toolz.compatibility module is no longer "

-- Docs: https://docs.pytest.org/en/stable/warnings.html
========================================== 51 passed, 1 warning in 1.04s ==========================================
tom@rnode:~/RChain/pyrchain$

`
Runnung Ubuntu 20.10
Python 3.8.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant