Just documenting some test failures that popped up on #1216:
SRML
test_srml.py takes a long time to run, and eventually fails, because it repeatedly attempts and to connect to the remote server but the connection attempts time out:
TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
Maybe a temporary server issue, or maybe we need to update a URL or something, I did not check. I guess the @pytest.mark.flaky decorator on those tests makes them take long enough to time out the CI entirely.
PVGIS
test_pvgis.py fails because the copyright metadata string changed from 'PVGIS (c) European Communities' to 'PVGIS (c) European Union', should be an easy fix
Just documenting some test failures that popped up on #1216:
SRML
test_srml.pytakes a long time to run, and eventually fails, because it repeatedly attempts and to connect to the remote server but the connection attempts time out:TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.Maybe a temporary server issue, or maybe we need to update a URL or something, I did not check. I guess the
@pytest.mark.flakydecorator on those tests makes them take long enough to time out the CI entirely.PVGIS
test_pvgis.pyfails because the copyright metadata string changed from'PVGIS (c) European Communities'to'PVGIS (c) European Union', should be an easy fix