Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831957 - dev-python/starlette-0.20.4 fails tests
Summary: dev-python/starlette-0.20.4 fails tests
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-24 07:54 UTC by Agostino Sarubbo
Modified: 2022-08-22 15:50 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,161.58 KB, text/plain)
2022-01-24 07:54 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-01-24 07:54:19 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/starlette-0.18.0 fails tests.
Discovered on: amd64 (internal ref: ci)

NOTE:
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2022-01-24 07:54:22 UTC
Created attachment 763451 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-01-24 07:54:23 UTC
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': '*/*',
Comment 3 Agostino Sarubbo gentoo-dev 2022-08-22 15:50:59 UTC
tinderbox_musl has reproduced this issue with version 0.20.4 - Updating summary.