Bug 2081919
Summary: | python-pytest-httpbin FTBFS with werkzeug 2.1.2 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Charalampos Stratakis <cstratak> | ||||
Component: | python-httpbin | Assignee: | Adam Williamson <awilliam> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | awilliam | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2022-05-05 16:35:41 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 2069345 | ||||||
Attachments: |
|
Description
Charalampos Stratakis
2022-05-05 01:48:16 UTC
Yes, that is failing through httpbin, as you can see - httpbin/core.py tries to import something from werkzeug which werkzeug no longer exports. Thus, pytest-httpbin can't do anything about this, httpbin needs to fix it. https://koji.fedoraproject.org/koji/taskinfo?taskID=86685690 should fix this, I hope. |