#1086923 python-pyaml-env: Python SyntaxWarning

#1086923#5
Date:
2024-11-07 11:09:11 UTC
From:
To:
Hi Maintainer

The SyntaxWarning below were emitted when this package was tested with
pipuarts[1].

Regards
Graham


[1] https://piuparts.debian.org/sid/source/p/python-pyaml-env.html


  Setting up python3-pyaml-env (1.2.1-2) ...
  /usr/lib/python3/dist-packages/pyaml_env/parse_config.py:58:
SyntaxWarning: invalid escape sequence '\w'
    type_tag_pattern = re.compile(f'({type_tag}\w+\s)')