| Summary: | dev-python/flask-paranoid-0.2.0-r1 fails tests on MUSL | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
| Component: | Current packages | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | arkamar, titanofold |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| See Also: | https://github.com/miguelgrinberg/flask-paranoid/issues/10 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
Agostino Sarubbo
2022-03-05 09:53:14 UTC
Created attachment 766332 [details]
build.log
build log and emerge --info
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> |