From 1042e47e3caa438a76c6ff027baadbd42dec7191 Mon Sep 17 00:00:00 2001 From: Jesse Zoldak Date: Thu, 5 Feb 2015 12:45:47 -0500 Subject: [PATCH] Revert "Add pylint plugin to check whether setUp is called in TestCase setUp methods." This reverts commit a92ca9d79ae2970f960420d8b6bfac436fe21f37. --- pylintrc | 2 +- requirements/edx/github.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pylintrc b/pylintrc index cf32ce3508..16fad723e1 100644 --- a/pylintrc +++ b/pylintrc @@ -19,7 +19,7 @@ persistent=yes # List of plugins (as comma separated values of python modules names) to load, # usually to register additional checkers. -load-plugins=edx_lint.pylint +load-plugins= [MESSAGES CONTROL] diff --git a/requirements/edx/github.txt b/requirements/edx/github.txt index 17140a7104..3852958938 100644 --- a/requirements/edx/github.txt +++ b/requirements/edx/github.txt @@ -37,4 +37,3 @@ git+https://github.com/mitocw/django-cas.git@60a5b8e5a62e63e0d5d224a87f0b489201a -e git+https://github.com/pmitros/RecommenderXBlock.git@9b07e807c89ba5761827d0387177f71aa57ef056#egg=recommender-xblock -e git+https://github.com/edx/edx-milestones.git@547f2250ee49e73ce8d7ff4e78ecf1b049892510#egg=edx-milestones -e git+https://github.com/edx/edx-search.git@264bb3317f98e9cb22b932aa11b89d0651fd741c#egg=edx-search -git+https://github.com/edx/edx-lint.git@65852c0#egg=edx_lint