| Summary: | dev-python/starlette-0.20.4 fails tests | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
| Component: | Current packages | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | arthurzam, sam |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
Agostino Sarubbo
2022-01-24 07:54:19 UTC
Created attachment 763451 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern:
'accept-encoding': 'gzip, deflate',
'accept-encoding': 'gzip, deflate, br',
'connection': 'keep-alive',
'connection': 'upgrade',
E AssertionError: assert {'headers': {'accept': '*/*',
E AssertionError: assert {'headers': {'accept': '*/*',
E AssertionError: `pyyaml` must be installed to use parse_docstring.
FAILED tests/test_requests.py::test_request_headers[trio] - AssertionError: a...
FAILED tests/test_schemas.py::test_schema_endpoint[asyncio] - AssertionError:...
FAILED tests/test_schemas.py::test_schema_endpoint[trio] - AssertionError: `p...
FAILED tests/test_schemas.py::test_schema_generation - AssertionError: `pyyam...
'host': 'example.org',
'host': 'testserver',
'sec-websocket-key': 'testserver==',
'sec-websocket-version': '13',
'user-agent': 'testclient'}}
'user-agent': 'testclient'}} == {'headers': {'accept': '*/*',
tinderbox_musl has reproduced this issue with version 0.20.4 - Updating summary. |