- Package:
- src:flufl.testing
- Source:
- src:flufl.testing
- Submitter:
- Graham Inggs
- Date:
- 2024-10-20 18:21: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/f/flufl.testing.html
Setting up python3-flufl.testing (0.8-1) ...
/usr/lib/python3/dist-packages/flufl/testing/imports.py:85:
SyntaxWarning: "is" with 'str' literal. Did you mean "=="?
if last_import.module is '__future__':