update: duration_format renders deprecation warning#589
Conversation
fdbdd02 to
6f6ae0c
Compare
08ff103 to
ed94da3
Compare
|
Why is the test failing? From the output the deprecation warning is being emitted, so why is it failing? https://github.com/pytest-dev/pytest-html/actions/runs/4457713820/jobs/7828947129?pr=589#step:10:335 Stacktrace
testing/test_unit.py ============================= test session starts ==============================
E assert 0 == 1
E assert <ExitCode.TESTS_FAILED: 1> == 0 |
cc97e9a to
377514a
Compare
377514a to
f46ed98
Compare
Remove the duration_formatter and warn if it's used as it's no longer functional in 4.x.