Skip to content

Commit

Permalink
Skip reason
Browse files Browse the repository at this point in the history
  • Loading branch information
c4ffein committed Aug 23, 2024
1 parent 1acd81c commit 32f1d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pagination.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def test_config_error_NOT_SET():
def invalid2(request):
pass

@pytest.mark.skipif(version_info < (3, 11), "Not needed at this Python version")
@pytest.mark.skipif(version_info < (3, 11), reason="Not needed at this Python version")
def test_pagination_works_with_unnamed_classes():
"""
This test lets you check that the typing.Any case handled in `ninja.pagination.make_response_paginated`
Expand Down

0 comments on commit 32f1d14

Please sign in to comment.