From patchwork Mon Oct 31 17:16:00 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Finucane X-Patchwork-Id: 689488 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3t71Hj48nnz9t0X for ; Tue, 1 Nov 2016 04:16:49 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b=Ytas4JSs; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 3t71Hj339TzDvMW for ; Tue, 1 Nov 2016 04:16:49 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b=Ytas4JSs; dkim-atps=neutral X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Received: from nov-007-i631.relay.mailchannels.net (nov-007-i631.relay.mailchannels.net [46.232.183.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3t71HY43h5zDvM3 for ; Tue, 1 Nov 2016 04:16:40 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b=Ytas4JSs; dkim-atps=neutral X-Sender-Id: mxroute|x-authuser|stephen@that.guru Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id CC9B210119E; Mon, 31 Oct 2016 17:16:28 +0000 (UTC) Received: from one.mxroute.com (ip-10-120-4-226.us-west-2.compute.internal [10.120.4.226]) by relay.mailchannels.net (Postfix) with ESMTPA id 81437101C5B; Mon, 31 Oct 2016 17:16:27 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|stephen@that.guru Received: from one.mxroute.com ([TEMPUNAVAIL]. [10.133.132.59]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.7.8); Mon, 31 Oct 2016 17:16:28 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: mxroute|x-authuser|stephen@that.guru X-MailChannels-Auth-Id: mxroute X-MC-Loop-Signature: 1477934187854:1814300663 X-MC-Ingress-Time: 1477934187853 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=that.guru; s=default; h=References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: Sender:Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=zWZRh6KGAx97JGdwkiNanbY/jFHjw0/jKbkw9wG7hLA=; b=Ytas4JSs74Qfk2aMGGvFmlvx49 j+vL2P15OjJRYjq72iiNZWpygZ0VMHCzME0UTU7VdhUkMiGEZsJFL8cCQUq7BToOpoqWmIYkWri0x Ip9obqMEIkx1yR5tbCz1DSwkub3XharPcirXBZg+UGcxH4KNLkihY7te2EJ9doXEdNZmkRZZei5tB mAEPY+KKXcrIjgr22DeDQkekIphGDpufOT4TPvCMigl/V38zFkK3Wc1QhfIwIGoxAss4gO7tRJ3xP aXd5HkrQiVSVGjMkYL7wmE7T924fPUVC1lQnz3K5RaOrNWL+qnYrA+QdbMvFr/wm6OQ7o88jPMhAB I6OpGJOA==; From: Stephen Finucane To: patchwork@lists.ozlabs.org Subject: [PATCH 2/4] tox: Remove lint target Date: Mon, 31 Oct 2016 17:16:00 +0000 Message-Id: <1477934162-1061-2-git-send-email-stephen@that.guru> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1477934162-1061-1-git-send-email-stephen@that.guru> References: <1477934162-1061-1-git-send-email-stephen@that.guru> X-OutGoing-Spam-Status: No, score=-10.0 X-AuthUser: stephen@that.guru X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Patchwork development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Patchwork" pylint doesn't work very well with Django, and this is broken. Signed-off-by: Stephen Finucane Cc: Daniel Axtens --- tox.ini | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/tox.ini b/tox.ini index 0836cd5..c700b54 100644 --- a/tox.ini +++ b/tox.ini @@ -32,16 +32,6 @@ commands = flake8 {posargs} patchwork patchwork/bin/pwclient ignore = E129, F405 exclude = ./patchwork/migrations -[testenv:lint] -basepython = python2.7 -deps = - pylint - -r{toxinidir}/requirements-prod.txt -commands = pylint patchwork --rcfile=pylint.rc - -[testenv:venv] -commands = {posargs} - [testenv:coverage] basepython = python2.7 deps = @@ -54,3 +44,6 @@ commands = coverage run --omit=*tox*,patchwork/tests/*.py,manage.py,patchwork/migrations/*.py \ --branch {toxinidir}/manage.py test --noinput patchwork coverage report -m + +[testenv:venv] +commands = {posargs}