pallets-eco / flask-security

Quick and simple security for Flask applications
MIT License
1.63k stars 513 forks source link

Broken CI for python 3.x #832

Open miceno opened 5 years ago

miceno commented 5 years ago

I am getting errors on the validation of PR since there is something bad on release.py:

________________________________ pyflakes-check ________________________________
/home/travis/build/mattupstate/flask-security/scripts/release.py:114: InvalidPrintSyntax
use of >> is invalid with print function
/home/travis/build/mattupstate/flask-security/scripts/release.py:119: InvalidPrintSyntax
use of >> is invalid with print function
TillerBurr commented 5 years ago

This can be fixed by changing the offending lines in release.py to sys.stderr.write(message % args)