Source: parfive Version: 2.3.1-1 Hi Maintainer
parfive 2.3.1-1 seems to have added a new autopkgtest that attempts to download data from the internet and fails if it is unable to do so. See for example the test failure on 2026-01-27 21:17:59 UTC [1]. I've copied what I hope is the relevant part of the log below. Regards Graham [1] https://ci.debian.net/packages/p/parfive/testing/arm64/ 80s =================================== FAILURES =================================== 80s _ test_problematic_http_urls[https://gong2.nso.edu/oQR/zqs/201912/mrzqs191231/mrzqs191231t2304c2225_011.fits.gz] _ 80s 80s url = 'https://gong2.nso.edu/oQR/zqs/201912/mrzqs191231/mrzqs191231t2304c2225_011.fits.gz' 80s tmpdir = local('/tmp/pytest-of-debci/pytest-0/test_problematic_http_urls_htt0') 80s 80s @pytest.mark.parametrize( 80s "url", ["https://gong2.nso.edu/oQR/zqs/201912/mrzqs191231/mrzqs191231t2304c2225_011.fits.gz"] 80s ) 80s @pytest.mark.allow_hosts(True) 80s def test_problematic_http_urls(url, tmpdir): 80s """ 80s This test checks that certain URLs which have caused trouble continue to work. 80s """ 80s res = Downloader.simple_download([url], path=tmpdir) 80s > assert len(res) == 1, res.errors 80s E AssertionError: [<parfive.results.Error object at 0xffffb82dd490> 80s E https://gong2.nso.edu/oQR/zqs/201912/mrzqs191231/mrzqs191231t2304c2225_011.fits.gz, 80s E Cannot connect to host gong2.nso.edu:443 ssl:default [Connection reset by peer]] 80s E assert 0 == 1 80s E + where 0 = len(<parfive.results.Results object at 0xffffb82dc8f0>\n[]\nErrors:\n(<parfive.results.Error object at 0xffffb82dd490>\nhttps:...231/mrzqs191231t2304c2225_011.fits.gz,\nCannot connect to host gong2.nso.edu:443 ssl:default [Connection reset by peer])) 80s 80s /usr/lib/python3/dist-packages/parfive/tests/test_downloader.py:888: AssertionError

