Comment 4 for bug 1966606

Revision history for this message
Marcin Juszkiewicz (hrw) wrote :

Can you update and check did it solved problem?

We did jinja stuff in March:

commit fc2292b230fb2be03acb2273f097c566f59ba8fc
Author: Mark Goddard <email address hidden>
Date: Thu Mar 24 16:25:12 2022 +0000

    Use jinja2.pass_context instead of contextfilter

    The contextfilter decorator was deprecated in jinja2 3.0.0, and has been
    dropped in 3.1.0. This results in the following warning, and failed
    attempts to use filters:

        [WARNING]: Skipping plugin (filters.py) as it seems to be invalid:
        module 'jinja2' has no attribute 'contextfilter'

    This change switches to use the pass_context decorator. The minimum
    version of Jinja2 is raised to 3 to ensure pass_context is present.

    Change-Id: I649dd6211d3ae72b9539bc44652ef8cf5d579777