diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/contrib/django/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/contrib/django/tests.py b/tests/contrib/django/tests.py index a252691..21a4a78 100644 --- a/tests/contrib/django/tests.py +++ b/tests/contrib/django/tests.py @@ -157,6 +157,7 @@ class DjangoClientTest(TestCase): assert event['message'], "TypeError: int() argument must be a string or a number == not 'NoneType'" assert event['culprit'] == 'tests.contrib.django.tests in test_signal_integration' + @pytest.mark.skipif('sys.version_info[:2] == (2, 6)') def test_view_exception(self): self.assertRaises(Exception, self.client.get, reverse('sentry-raise-exc')) |
