When I use you ci command. It end up with this error
problem with network from the silx library
Is it possible to skip these test ?
dh_auto_test -- -s custom --test-args="PYTHONPATH={build_dir} {interpreter} -c
'import freesas.test, sys; sys.exit(freesas.test.run_tests())'"
pybuild --test -i python{version} -p 3.13 -s custom
--test-args="PYTHONPATH={build_dir} {interpreter} -c 'import freesas.test, sys;
sys.exit(freesas.test.run_tests())'"
I: pybuild base:384:
PYTHONPATH=/build/reproducible-path/freesas-2026.2/.pybuild/cpython3_3.13/build
python3.13 -c 'import freesas.test, sys; sys.exit(freesas.test.run_tests())'
INFO:utilstest:Download file model-01.pdb
Traceback (most recent call last):
File "/usr/lib/python3.13/urllib/request.py", line 1319, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
encode_chunked=req.has_header('Transfer-encoding'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/http/client.py", line 1358, in request
self._send_request(method, url, body, headers, encode_chunked)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/http/client.py", line 1404, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/http/client.py", line 1353, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/http/client.py", line 1113, in _send_output
self.send(msg)
~~~~~~~~~^^^^^
File "/usr/lib/python3.13/http/client.py", line 1057, in send
self.connect()
~~~~~~~~~~~~^^
File "/usr/lib/python3.13/http/client.py", line 1023, in connect
self.sock = self._create_connection(
~~~~~~~~~~~~~~~~~~~~~~~^
(self.host,self.port), self.timeout, self.source_address)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/socket.py", line 864, in create_connection
raise exceptions[0]
File "/usr/lib/python3.13/socket.py", line 849, in create_connection
sock.connect(sa)
~~~~~~~~~~~~^^^^
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/silx/utils/ExternalResources.py", line
179, in getfile
data = opener(
~~~~~~^
"%s/%s" % (self.url_base, filename), data=None, timeout=self.timeout
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
).read()
^
File "/usr/lib/python3.13/urllib/request.py", line 489, in open
response = self._open(req, data)
File "/usr/lib/python3.13/urllib/request.py", line 506, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
'_open', req)
File "/usr/lib/python3.13/urllib/request.py", line 466, in _call_chain
result = func(*args)
File "/usr/lib/python3.13/urllib/request.py", line 1348, in http_open
return self.do_open(http.client.HTTPConnection, req)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/urllib/request.py", line 1322, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 111] Connection refused>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 1, in <module>
import freesas.test, sys; sys.exit(freesas.test.run_tests())
^^^^^^^^^^^^^^^^^^^^^^^^
File
"/build/reproducible-path/freesas-2026.2/.pybuild/cpython3_3.13/build/freesas/test/__init__.py",
line 11, in <module>
from .test_all import suite
File
"/build/reproducible-path/freesas-2026.2/.pybuild/cpython3_3.13/build/freesas/test/test_all.py",
line 10, in <module>
from . import test_model
File
"/build/reproducible-path/freesas-2026.2/.pybuild/cpython3_3.13/build/freesas/test/test_model.py",
line 32, in <module>
class TesttParser(unittest.TestCase):
...<164 lines>...
)
File
"/build/reproducible-path/freesas-2026.2/.pybuild/cpython3_3.13/build/freesas/test/test_model.py",
line 33, in TesttParser
testfile = get_datafile("model-01.pdb")
File
"/build/reproducible-path/freesas-2026.2/.pybuild/cpython3_3.13/build/freesas/test/utilstest.py",
line 27, in get_datafile
fullpath = downloader.getfile(name)
File "/usr/lib/python3/dist-packages/silx/utils/ExternalResources.py", line
184, in getfile
raise unittest.SkipTest("network unreachable.")
unittest.case.SkipTest: network unreachable.
E: pybuild pybuild:483: test: plugin custom failed with: exit code=1:
PYTHONPATH=/build/reproducible-path/freesas-2026.2/.pybuild/cpython3_3.13/build
python3.13 -c 'import freesas.test, sys; sys.exit(freesas.test.run_tests())'
rm -fr -- /tmp/dh-xdg-rundir-yqgIRQ5k
dh_auto_test: error: pybuild --test -i python{version} -p 3.13 -s custom
--test-args="PYTHONPATH={build_dir} {interpreter} -c 'import freesas.test, sys;
sys.exit(freesas.test.run_tests())'" returned exit code 13