Source: ndms2-client
Version: 0.1.3-2
Severity: serious
User: debian-pyt...@lists.debian.org
Usertags: python3.13

Hi Maintainer

The autopkgtests of this package fail with Python 3.13 [1].  I've
copied what I hope is the relevant part of the log below.

Regards
Graham


[1] https://ci.debian.net/packages/n/ndms2-client/testing/amd64/


34s =================================== FAILURES
===================================
34s ____________________ test_check_command_result_positive[0]
_____________________
34s
34s positive_results = ['Network::Interface::Base:
"WifiMaster0/AccessPoint1": interface is up.']
34s
34s def test_check_command_result_positive(positive_results: List[str]) -> None:
34s > from ndms2_client.client import _check_command_result
34s
34s tests/test_check_command_result.py:12:
34s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _
34s /usr/lib/python3/dist-packages/ndms2_client/__init__.py:1: in <module>
34s from .connection import Connection, ConnectionException, TelnetConnection
34s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _
34s
34s import logging
34s import re
34s > from telnetlib import Telnet
34s E ModuleNotFoundError: No module named 'telnetlib'
34s
34s /usr/lib/python3/dist-packages/ndms2_client/connection.py:3:
ModuleNotFoundError

Reply via email to