Skip to content

WebOb: Fix various issues and refactor some things #29202

WebOb: Fix various issues and refactor some things

WebOb: Fix various issues and refactor some things #29202

Triggered via pull request February 10, 2025 14:14
Status Failure
Total duration 4m 26s
Artifacts

tests.yml

on: pull_request
Check typeshed structure
9s
Check typeshed structure
Run pytype against the stubs
1m 59s
Run pytype against the stubs
Run mypy on the test cases
3m 44s
Run mypy on the test cases
Run the stub_uploader tests
4m 12s
Run the stub_uploader tests
Matrix: Run mypy against the stubs
Matrix: Test typeshed with pyright
Fit to window
Zoom out
Zoom in

Annotations

25 errors
Test typeshed with pyright (Windows, 3.13)
Exit code 1
Test typeshed with pyright (Linux, 3.11)
Exit code 1
Test typeshed with pyright (Linux, 3.13)
Exit code 1
Test typeshed with pyright (Linux, 3.12): stubs/WebOb/@tests/test_cases/check_cachecontrol.py#L16
No overloads for "parse" match the provided arguments (reportCallIssue)
Test typeshed with pyright (Linux, 3.12): stubs/WebOb/@tests/test_cases/check_cachecontrol.py#L16
"assert_type" mismatch: expected "CacheControl[Literal['request']]" but received "Unknown" (reportAssertTypeFailure)
Test typeshed with pyright (Linux, 3.12): stubs/WebOb/@tests/test_cases/check_cachecontrol.py#L16
Argument of type "Literal['request']" cannot be assigned to parameter "type" of type "None" in function "parse"   "Literal['request']" is not assignable to "None" (reportArgumentType)
Test typeshed with pyright (Linux, 3.12): stubs/WebOb/@tests/test_cases/check_cachecontrol.py#L17
No overloads for "parse" match the provided arguments (reportCallIssue)
Test typeshed with pyright (Linux, 3.12): stubs/WebOb/@tests/test_cases/check_cachecontrol.py#L17
"assert_type" mismatch: expected "CacheControl[Literal['response']]" but received "Unknown" (reportAssertTypeFailure)
Test typeshed with pyright (Linux, 3.12): stubs/WebOb/@tests/test_cases/check_cachecontrol.py#L17
Argument of type "Literal['response']" cannot be assigned to parameter "type" of type "None" in function "parse"   "Literal['response']" is not assignable to "None" (reportArgumentType)
Test typeshed with pyright (Linux, 3.12): stubs/WebOb/@tests/test_cases/check_cachecontrol.py#L30
Type of "max_stale" is unknown (reportUnknownMemberType)
Test typeshed with pyright (Linux, 3.12): stubs/WebOb/@tests/test_cases/check_cachecontrol.py#L30
"assert_type" mismatch: expected "int | Literal['*'] | None" but received "Unknown" (reportAssertTypeFailure)
Test typeshed with pyright (Linux, 3.12): stubs/WebOb/@tests/test_cases/check_cachecontrol.py#L30
Cannot access attribute "max_stale" for class "Unbound" (reportAttributeAccessIssue)
Test typeshed with pyright (Darwin, 3.9)
Exit code 1
Test typeshed with pyright (Darwin, 3.10)
Exit code 1
Test typeshed with pyright (Windows, 3.9)
Exit code 1
Test typeshed with pyright (Linux, 3.10)
Exit code 1
Test typeshed with pyright (Windows, 3.12)
Exit code 1
Test typeshed with pyright (Windows, 3.11)
Exit code 1
Test typeshed with pyright (Darwin, 3.11)
Exit code 1
Test typeshed with pyright (Windows, 3.10)
Exit code 1
Test typeshed with pyright (Darwin, 3.12)
Exit code 1
Test typeshed with pyright (Linux, 3.9)
Exit code 1
Test typeshed with pyright (Darwin, 3.13)
Exit code 1
Run pytype against the stubs
Process completed with exit code 1.