this comment was moved away

This commit is contained in:
Benjamin Peterson 2011-05-26 13:17:39 -05:00
parent 15b9e8ed7d
commit d3645758ea
1 changed files with 0 additions and 4 deletions

View File

@ -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()