Skip to content
Commit 3f68e0a3 authored by Christoph Reiter's avatar Christoph Reiter 🐍
Browse files

Move pep8/pyflakes tests from 'make check' to 'make check.quality'

The current behaviour is problematic because new versions of pep8/pyflakes
add new warnings or get more picky. This makes testing
hard in case newly added code is developed on an older version
or when testing old branches/releases.

This moves the pep8/pyflakes tests to a new "make check.quality"
command.

This also removes the SKIP_PEP8 flag which was added in 25d12afd
to speed up make check.

https://bugzilla.gnome.org/show_bug.cgi?id=764087
parent 222f5581
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment