summaryrefslogtreecommitdiff
path: root/test/test_farm.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-02-01 22:46:41 -0500
committerNed Batchelder <ned@nedbatchelder.com>2011-02-01 22:46:41 -0500
commit67749e288dbb41ac63ab257f1be54856ecf279db (patch)
tree31caae73b86014106556931fe55b1ac78a557988 /test/test_farm.py
parentd85af798072dbec82fabdf2eee56e0b2dcd805c1 (diff)
downloadpython-coveragepy-git-67749e288dbb41ac63ab257f1be54856ecf279db.tar.gz
Pylint 0.23.0 'deprecated' disable-msg.
Diffstat (limited to 'test/test_farm.py')
-rw-r--r--test/test_farm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_farm.py b/test/test_farm.py
index 79b345a6..70415317 100644
--- a/test/test_farm.py
+++ b/test/test_farm.py
@@ -3,7 +3,7 @@
import difflib, filecmp, fnmatch, glob, os, re, shutil, sys
sys.path.insert(0, os.path.split(__file__)[0]) # Force relative import for Py3k
-from backtest import run_command, execfile # pylint: disable-msg=W0622
+from backtest import run_command, execfile # pylint: disable=W0622
def test_farm(clean_only=False):