Dear Maintainer,
I think the failure is a direct consequence of [1].
argparse module in Python 3.13 modified argument parsing from the command line.
foo.py script:
import argparse
parser = argparse.ArgumentParser()
parser.add_argument('-v', '--verbosity', default=0, type=int, choices=[0, 1],
Source: hyperkitty
Version: 1.3.12-1
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/pa
2 matches
Mail list logo