From d3645758ea3333f1de55bc61280448a8d6eecb9f Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 26 May 2011 13:17:39 -0500 Subject: [PATCH] this comment was moved away --- _pytest/assertion/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/_pytest/assertion/__init__.py b/_pytest/assertion/__init__.py index 4ce02aac3..41534db02 100644 --- a/_pytest/assertion/__init__.py +++ b/_pytest/assertion/__init__.py @@ -24,10 +24,6 @@ def pytest_addoption(parser): def pytest_configure(config): global rewrite_asserts - # The _reprcompare attribute on the py.code module is used by - # py._code._assertionnew to detect this plugin was loaded and in - # turn call the hooks defined here as part of the - # DebugInterpreter. m = monkeypatch() config._cleanup.append(m.undo) warn_about_missing_assertion()