#1085579 flufl.testing: Python SyntaxWarning

#1085579#5
Date:
2024-10-20 18:20:14 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/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__':