-
Notifications
You must be signed in to change notification settings - Fork 266
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
0.11.1: pytest DeprecationWarning
warning
#520
Comments
Just tested that PR. + PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-toolz-0.11.1-6.1.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-toolz-0.11.1-6.1.fc35.x86_64/usr/lib/python3.8/site-packages
+ /usr/bin/pytest -ra
=========================================================================== test session starts ============================================================================
platform linux -- Python 3.8.12, pytest-6.2.5, py-1.10.0, pluggy-0.13.1
rootdir: /home/tkloczko/rpmbuild/BUILD/toolz-0.11.1
plugins: forked-1.3.0, shutil-1.7.0, virtualenv-1.7.0, flake8-1.0.7, xdist-2.3.0, cov-2.12.1, mock-3.6.1, localserver-0.5.0
collected 204 items
bench/test_curry.py . [ 0%]
bench/test_curry_baseline.py . [ 0%]
bench/test_first.py .. [ 1%]
bench/test_first_iter.py .. [ 2%]
bench/test_frequencies.py .. [ 3%]
bench/test_get.py . [ 4%]
bench/test_get_list.py . [ 4%]
bench/test_groupby.py . [ 5%]
bench/test_join.py ... [ 6%]
bench/test_memoize.py . [ 7%]
bench/test_memoize_kwargs.py . [ 7%]
bench/test_pluck.py . [ 8%]
bench/test_sliding_window.py . [ 8%]
bench/test_wordcount.py . [ 9%]
toolz/sandbox/tests/test_core.py .... [ 11%]
toolz/sandbox/tests/test_parallel.py . [ 11%]
toolz/tests/test_compatibility.py . [ 12%]
toolz/tests/test_curried.py .......... [ 17%]
toolz/tests/test_curried_doctests.py . [ 17%]
toolz/tests/test_dicttoolz.py ............................................... [ 40%]
toolz/tests/test_functoolz.py ...................................... [ 59%]
toolz/tests/test_inspect_args.py ................. [ 67%]
toolz/tests/test_itertoolz.py .................................................. [ 92%]
toolz/tests/test_recipes.py .. [ 93%]
toolz/tests/test_serialization.py ......... [ 97%]
toolz/tests/test_signatures.py ... [ 99%]
toolz/tests/test_tlz.py . [ 99%]
toolz/tests/test_utils.py . [100%]
=========================================================================== 204 passed in 30.54s =========================================================================== Thank you :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah looks like pytest shows some warnings:
The text was updated successfully, but these errors were encountered: