Package: flycheck / 30-3

Metadata

Package Version Patches format
flycheck 30-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable sqlint test.patch | (download)

test/flycheck-test.el | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 disable-sqlint-test

sqlint not available in Debian

fix flake8 expected values.patch | (download)

test/flycheck-test.el | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix-flake8-expected-values

Upstream will update the expected values when the new version of
python-flake8 hits their testing environment; no need to forward this
trivial patch.

patch README for Debian.patch | (download)

README.md | 52 4 + 48 - 0 !
1 file changed, 4 insertions(+), 48 deletions(-)

 patch readme for debian

Remove reference to legacy manual since we don't install that (see
d/rules).

disable MELPA tests.patch | (download)

test/specs/test-melpa-package.el | 95 0 + 95 - 0 !
1 file changed, 95 deletions(-)

 disable melpa tests

These tests require network access.

disable rpmlint test.patch | (download)

test/flycheck-test.el | 18 9 + 9 - 0 !
1 file changed, 9 insertions(+), 9 deletions(-)

 disable rpmlint test

The expected values for this test are architecture-dependent.

Don t fail if stack path project root fails.patch | (download)

flycheck.el | 12 5 + 7 - 0 !
1 file changed, 5 insertions(+), 7 deletions(-)

 don't fail if stack path --project-root fails

disable flaky tests.patch | (download)

test/flycheck-test.el | 2774 1387 + 1387 - 0 !
1 file changed, 1387 insertions(+), 1387 deletions(-)

 disable flaky tests

The ERT tests for flycheck's built-in checkers break when the output
of various command line tools changes.  This happens often in Debian
sid, and upstream do not have the time to fix the failures.

ERT tests of fundamental flycheck functionality remain enabled, and
this does not affect the Buttercup test suite.