From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9DD8B139694 for ; Tue, 16 May 2017 21:40:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0875EE0C56; Tue, 16 May 2017 21:40:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D907CE0C5A for ; Tue, 16 May 2017 21:39:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9FDBE3416B3 for ; Tue, 16 May 2017 21:39:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 433E17455 for ; Tue, 16 May 2017 21:39:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1494970786.13e225f26a38b42ac1d08be79fe780e52d3581f1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pylint/pylint-1.7.1-r1.ebuild X-VCS-Directories: dev-python/pylint/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 13e225f26a38b42ac1d08be79fe780e52d3581f1 X-VCS-Branch: master Date: Tue, 16 May 2017 21:39:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bb0630eb-02dd-4222-818e-df69acaddc74 X-Archives-Hash: 93fa018c2cbda22a5c9cb6be85734bc8 commit: 13e225f26a38b42ac1d08be79fe780e52d3581f1 Author: Michał Górny gentoo org> AuthorDate: Tue May 16 21:17:41 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 16 21:39:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13e225f2 dev-python/pylint: Remove wrong test restriction dev-python/pylint/pylint-1.7.1-r1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-python/pylint/pylint-1.7.1-r1.ebuild b/dev-python/pylint/pylint-1.7.1-r1.ebuild index 54eb6b319cc..5ab240286e0 100644 --- a/dev-python/pylint/pylint-1.7.1-r1.ebuild +++ b/dev-python/pylint/pylint-1.7.1-r1.ebuild @@ -33,8 +33,6 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( ${RDEPEND} )" -RESTRICT="test" # multiple failures - # Usual. Requ'd for impl specific failures in test phase DISTUTILS_IN_SOURCE_BUILD=1