Catonano writes: > 2017-03-12 19:40 GMT+01:00 Catonano : > >> Marius, >> >> thank you for reviewing ! >> > > I'm almost ready. > > The only problem now is that python-flask-logins tests fail > > starting phase `check' > running "python setup.py" with command "test" and parameters () > Checking pep8 compliance... > flask_login/login_manager.py:409:29: E122 continuation line missing > indentation or outdented > make: *** [Makefile:23: pep8] Error 1 > phase `check' failed after 1.5 seconds > > > I don't know what pep8 compliance is, it seems something similar to Guix > linting for packages Yes, it's purely a style checker. Note that the "pep8" package has been deprecated for "python-pycodestyle". Can you see if that works? If not, we can probably skip those tests. Thanks for working on it! Can you also add a copyright line with one of the commits? Pseudonyms are fine :-)