summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/tests/test_config/test_derivations.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyramid/tests/test_config/test_derivations.py b/pyramid/tests/test_config/test_derivations.py
index 5bbbdd04f..1c5432166 100644
--- a/pyramid/tests/test_config/test_derivations.py
+++ b/pyramid/tests/test_config/test_derivations.py
@@ -1131,8 +1131,6 @@ class TestAddDerivation(unittest.TestCase):
class AView:
def __init__(self):
self.response = DummyResponse()
- def __call__(self):
- return self.response
def deriv1(view, default, **kw):
flags['deriv1'] = True