Skip to content

Commit

Permalink
Added line too long ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
WisdomPill committed Jan 22, 2023
1 parent 81f89a4 commit 1cb1607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ class SessionTests(SessionTestsMixin, unittest.TestCase):

@pytest.mark.skipif(
django.VERSION >= (4, 2),
reason="PickleSerializer is removed as of https://code.djangoproject.com/ticket/29708",
reason="PickleSerializer is removed as of https://code.djangoproject.com/ticket/29708", # noqa: E501
)
def test_actual_expiry(self):
if isinstance(
Expand Down

0 comments on commit 1cb1607

Please sign in to comment.