#549·tenacity

set reraise true project wide

Author: AiyionPrimeCreated Jan 28, 2026Updated Jan 28, 2026

Would it be possible to add an option for a pyproject.toml that allows to set the default value of reraise to True?

Adding it to each and every of our tests looks tedious.

Maybe something like this:

toml

[tool.tenacity]
reraise = true