URL: https://github.com/freeipa/freeipa/pull/571 Author: MartinBasti Title: #571: pylint: bump dependency to version >= 1.6 Action: opened
PR body: """ Older pylint versions produces false positive errors """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/571/head:pr571 git checkout pr571
From e4d26b5b04b07cd7264782c2a9f9662d597d66a7 Mon Sep 17 00:00:00 2001 From: Martin Basti <mba...@redhat.com> Date: Fri, 10 Mar 2017 15:57:42 +0100 Subject: [PATCH] pylint: bump dependency to version >= 1.6 Older pylint versions produces false positive errors --- freeipa.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freeipa.spec.in b/freeipa.spec.in index 6eb00ee..edffa6b 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -147,7 +147,7 @@ BuildRequires: python-setuptools # 1.4: the version where Certificate.serial changed to .serial_number BuildRequires: python-cryptography >= 1.4 BuildRequires: python-gssapi >= 1.2.0 -BuildRequires: pylint >= 1.0 +BuildRequires: pylint >= 1.6 # workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1096506 BuildRequires: python2-polib BuildRequires: python-libipa_hbac @@ -183,7 +183,7 @@ BuildRequires: python3-setuptools # 1.4: the version where Certificate.serial changed to .serial_number BuildRequires: python3-cryptography >= 1.4 BuildRequires: python3-gssapi >= 1.2.0 -BuildRequires: python3-pylint >= 1.0 +BuildRequires: python3-pylint >= 1.6 # workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1096506 BuildRequires: python3-polib BuildRequires: python3-libipa_hbac
-- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code