Skip to content

Commit 1cb1607

Browse files
committed
Added line too long ignore
1 parent 81f89a4 commit 1cb1607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ class SessionTests(SessionTestsMixin, unittest.TestCase):
369369

370370
@pytest.mark.skipif(
371371
django.VERSION >= (4, 2),
372-
reason="PickleSerializer is removed as of https://code.djangoproject.com/ticket/29708",
372+
reason="PickleSerializer is removed as of https://code.djangoproject.com/ticket/29708", # noqa: E501
373373
)
374374
def test_actual_expiry(self):
375375
if isinstance(

0 commit comments

Comments
 (0)