23 Aug
2024
23 Aug
'24
1:14 a.m.
I’m consistently seeing the following warning when I run tox. I doubt there’s anything new here, but it might be a problem in the future.
$ pytest --disable-warnings --html=driver_report.html -v tests/test_drivers.py -n auto -k Yaesu_FT-1D_R
~/chirp/.tox/driver/lib/python3.11/site-packages/pytest_html/report_data.py:49: DeprecationWarning: 'render_collapsed = True' is deprecated and support will be removed in the next major release. Please use 'render_collapsed = all' instead. warnings.warn(
It's just a deprecation warning, not hurting anything at the moment. But, I've queued the trivial fix to squelch it for the next build.
--Dan