Skip to content

Use standard functools.wraps instead of wrapt

Cédric Krier requested to merge topic/default/remove-wrapt into branch/default

It is always good to reduce the number of external dependencies and even if it was a temporary issue this failure triggered the removal: https://foss.heptapod.net/tryton/tryton/-/jobs/1569325

Merge request reports