From d5d99ef60fe150199bcfee26353d4a7365662336 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Wed, 15 May 2013 10:02:08 -0400 Subject: [PATCH] Switch to official pylint 0.28 release --- requirements/edx/base.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index ef0209ee03..3d8b95f8e2 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -74,6 +74,7 @@ lettuce==0.2.16 mock==0.8.0 nosexcover==1.0.7 pep8==1.4.5 +pylint==0.28 rednose==0.3 selenium==2.31.0 splinter==0.5.0 @@ -81,7 +82,3 @@ django_nose==1.1 django-jasmine==0.3.2 django_debug_toolbar django-debug-toolbar-mongo - -# Install pylint from a specific commit on trunk -# to get the fix for this issue: http://www.logilab.org/ticket/122793 -https://bitbucket.org/logilab/pylint/get/e828cb5.zip