James Addison
4eede5c534
[tests] Increase timeouts for linkcheck build tests. ( #12166 )
...
This is an attempt to resolve intermittent failures of the linkcheck tests currently occuring on the GitHub CI
2024-03-21 21:46:27 +01:00
James Addison
c9d0933e5d
linkcheck: Use context managers for HTTP requests ( #11318 )
...
This closes HTTP responses when no content reads are required, as
when requests are made in streaming mode, ``requests`` doesn't know
whether the caller may intend to later read content from a streamed
HTTP response object and holds the socket open.
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2023-05-09 17:09:35 +01:00
James Addison
d8f15c7361
Increase timeout threshold for `linkcheck
` tests ( #11326 )
2023-04-21 02:08:14 +01:00
Adam Turner
7d928b3e79
Increase `test_linkcheck
` timeouts
2023-03-24 01:07:25 +00:00
Adam Turner
97f07ca83c
Speed up `test_linkcheck
`
2023-03-24 00:29:27 +00:00
François Freitag
53ca608bc0
linkcheck: Test redirect following for HEAD and GET
2020-11-11 18:32:53 +01:00
François Freitag
6ea0a123c6
Rename test-linkcheck-localserver{,-anchor}
...
Precise the `linkcheck_anchors` option is enabled. Frees the name
`test-linkcheck-localserver` for future tests without that option.
2020-11-11 18:32:52 +01:00
François Freitag
5ea8ee133d
Fix #8268 : make linkcheck report HTTP errors
2020-10-03 14:33:29 +02:00