summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmos Latteier <amos@latteier.com>2015-04-15 15:29:25 -0400
committerAmos Latteier <amos@latteier.com>2015-04-15 15:29:25 -0400
commit1224af27c66e5351e2fa779e5085a57b8d3489b1 (patch)
tree240fb9cdd8fa6f9d81e8c831b41e333e3dacf114
parent7b70a67b775bf6fb0f98f324765b98547f87623f (diff)
downloadpyramid-1224af27c66e5351e2fa779e5085a57b8d3489b1.tar.gz
pyramid-1224af27c66e5351e2fa779e5085a57b8d3489b1.tar.bz2
pyramid-1224af27c66e5351e2fa779e5085a57b8d3489b1.zip
start of fixing test.
-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 3d16856f6..319f03414 100644
--- a/pyramid/tests/test_config/test_derivations.py
+++ b/pyramid/tests/test_config/test_derivations.py
@@ -136,8 +136,6 @@ class TestDeriveView(unittest.TestCase):
pass
def theviewmethod(self):
return None
- def __call__(self):
- return None
result = self.config.derive_view(AView)
self.assertFalse(result is AView)
try: