> during a test with piuparts I noticed your package emits a SyntaxWarning
> during installation:
>
> Setting up python3-django-haystack (3.0-1) ...
>
/usr/lib/python3/dist-packages/haystack/backends/whoosh_backend.py:734:
SyntaxWarning: "is" with a literal. Did you mean "=="?
> if value is None or len(value) is 0:
>
>
> Andreas
>
>
This SyntaxWarning has been resolved in upstream code.
https://github.com/django-haystack/django-haystack/commit/fed2621dee77f74464febc0290218f5f6b6fa6d6#diff-9038404f6e9df0a87187fc4deb3be7d1a5ebcd49e346ad6207978f602d71e57d
Cheers,
Salman