- Package:
- src:python-pyaml-env
- Source:
- src:python-pyaml-env
- Submitter:
- Graham Inggs
- Date:
- 2024-11-07 11:12:02 UTC
- Severity:
- normal
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)')