FS#78709 - [python-requests-futures] FTBFS (check often fails)

Attached to Project: Arch Linux
Opened by Levi Zim (kxxt) - Monday, 05 June 2023, 07:34 GMT
Last edited by Jelle van der Waa (jelly) - Saturday, 02 September 2023, 14:03 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The check() is relying on an online API https://nghttp2.org/httpbin/ .

The service of this online API is very unreliable, often causing the check() to fail because the API returned response with 502 or 504 status

Suggestion: use pytest || true

Patch attached.
This task depends upon

Closed by  Jelle van der Waa (jelly)
Saturday, 02 September 2023, 14:03 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in git.
Comment by loqs (loqs) - Monday, 05 June 2023, 13:27 GMT
What about running the tests locally?
Comment by Levi Zim (kxxt) - Tuesday, 06 June 2023, 00:33 GMT
> What about running the tests locally?
@loqs That's definitely a better solution :)

Loading...