Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 834618 - dev-python/flask-paranoid-0.2.0-r1 fails tests on MUSL
Summary: dev-python/flask-paranoid-0.2.0-r1 fails tests on MUSL
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-03-05 09:53 UTC by Agostino Sarubbo
Modified: 2022-03-15 08:11 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,44.21 KB, text/plain)
2022-03-05 09:53 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-03-05 09:53:14 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/flask-paranoid-0.2.0-r1 fails tests.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-03-05 09:53:16 UTC
Created attachment 766332 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-03-05 09:53:18 UTC
Error(s) that match a know pattern:


AssertionError: 'session=; Expires=Thu, 01-Jan-1970 00:00:00 GMT; Max-Age=0; Path=/' not found in ['remember_token=; Expires=Thu, 01 Jan 1970 00:00:00 GMT; Max-Age=0; Path=/', 'session=; Expires=Thu, 01 Jan 1970 00:00:00 GMT; Max-Age=0; Path=/']
AssertionError: 'session=; Expires=Thu, 01-Jan-1970 00:00:00 GMT; Max-Age=0; Path=/' not found in ['session=; Expires=Thu, 01 Jan 1970 00:00:00 GMT; Max-Age=0; Path=/']
FAIL: test_401 (tests.test_paranoid.ParanoidTests)
FAIL: test_callback (tests.test_paranoid.ParanoidTests)
FAIL: test_flask_login (tests.test_paranoid.ParanoidTests)
FAIL: test_redirect_domain (tests.test_paranoid.ParanoidTests)
FAIL: test_redirect_no_domain (tests.test_paranoid.ParanoidTests)
FAIL: test_redirect_view (tests.test_paranoid.ParanoidTests)
FAILED (failures=6)
error: Test failed: <unittest.runner.TextTestResult run=6 errors=0 failures=6>