Closed kloczek closed 3 years ago
Thanks @kloczek. This is now fixed by #485. Closing.
Just tested that PR. All looks clean now :)
+ 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 :)
Yeah looks like pytest shows some warnings: