diff --git a/debian/changelog b/debian/changelog index e9e86e2..708c521 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ ubuntu-dev-tools (0.175) UNRELEASED; urgency=medium + [ Mattia Rizzolo ] * Trust the installed debian-keyring when checking validity of dsc signatures. + [ Dan Streetman ] + * tests/pylint.conf: use jobs=0 to speed up tests. + -- Mattia Rizzolo Mon, 28 Oct 2019 14:32:20 +0100 ubuntu-dev-tools (0.174) unstable; urgency=medium diff --git a/ubuntutools/test/pylint.conf b/ubuntutools/test/pylint.conf index 4b26b89..e1d2732 100644 --- a/ubuntutools/test/pylint.conf +++ b/ubuntutools/test/pylint.conf @@ -3,6 +3,9 @@ # Pickle collected data for later comparisons. persistent=no +# Use all cpus, to speed up testing +jobs=0 + [MESSAGES CONTROL]