Fix flakes

This commit is contained in:
Bruno Oliveira
2016-01-14 21:01:07 -02:00
parent aa8c352c10
commit 7b13c4bec0
6 changed files with 17 additions and 15 deletions

View File

@@ -203,7 +203,7 @@ class TestView:
cls.View = pytest.importorskip("_pytest.assertion.oldinterpret").View
def test_class_dispatch(self):
### Use a custom class hierarchy with existing instances
# Use a custom class hierarchy with existing instances
class Picklable(self.View):
pass