Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923274 - dev-python/werkzeug-3.0.1 fails tests: TypeError: RequestRedirect.__init__() missing 1 required positional argument: new_url
Summary: dev-python/werkzeug-3.0.1 fails tests: TypeError: RequestRedirect.__init__() ...
Status: RESOLVED FIXED
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: TESTFAILURE
Depends on:
Blocks: pytest8
  Show dependency tree
 
Reported: 2024-01-29 15:53 UTC by Agostino Sarubbo
Modified: 2024-02-03 19:07 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,134.17 KB, text/plain)
2024-01-29 15: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 2024-01-29 15:53:11 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/werkzeug-3.0.1 fails tests.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-29 15:53:14 UTC
Created attachment 883564 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-01-29 15:53:15 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


E       TypeError: RequestRedirect.__init__() missing 1 required positional argument: 'new_url'
FAILED tests/test_exceptions.py::test_response_body[RequestRedirect] - TypeError: RequestRedirect.__init__() missing 1 required positional argumen...
Comment 3 Larry the Git Cow gentoo-dev 2024-02-03 19:07:20 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c81b5bbb3b05590fcc01d9143687b2a9c824e5

commit b3c81b5bbb3b05590fcc01d9143687b2a9c824e5
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-02-03 19:06:29 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-02-03 19:06:50 +0000

    dev-python/werkzeug: Deselect test overeagerly collected by pytest-8
    
    Closes: https://bugs.gentoo.org/923274
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/werkzeug/werkzeug-3.0.1.ebuild | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)