Skip to content

Order unordered querysets by primary key #519

Order unordered querysets by primary key

Order unordered querysets by primary key #519

Triggered via pull request March 2, 2025 09:59
Status Failure
Total duration 3m 26s
Artifacts

tests.yml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 5 warnings
Typing: tests/auth/test_mutations.py#L31
Type "AwaitableOrValue[AbstractBaseUser]" is not assignable to declared type "User | None"   Type "AwaitableOrValue[AbstractBaseUser]" is not assignable to type "User | None"     Type "AbstractBaseUser" is not assignable to type "User | None"       "AbstractBaseUser" is not assignable to "User"       "AbstractBaseUser" is not assignable to "None" (reportAssignmentType)
Typing: tests/auth/test_queries.py#L16
Type "UserType" is not assignable to declared type "User | None"   Type "UserType" is not assignable to type "User | None"     Type "AbstractBaseUser" is not assignable to type "User | None"       "AbstractBaseUser" is not assignable to "User"       "AbstractBaseUser" is not assignable to "None" (reportAssignmentType)
Typing
2 errors
Typing: strawberry_django/fields/filter_order.py#L258
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)
Typing: strawberry_django/fields/filter_order.py#L368
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)
Typing: tests/test_ordering.py#L173
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)
Typing: tests/test_ordering.py#L174
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)
Typing
The `python-version` input is not set. The version of Python currently in `PATH` will be used.