Source: python-rq Version: 2.6.1-1 Severity: serious Tags: forky sid User: [email protected] Usertags: python3.14
Hi Maintainer The autopkgtests of this package fail with Python 3.14 [1]. I've copied what I hope is the relevant part of the log below. Regards Graham [1] https://ci.debian.net/packages/p/python-rq/testing/amd64/ 24s ============================= test session starts ============================== 24s platform linux -- Python 3.14.2, pytest-9.0.2, pluggy-1.6.0 24s rootdir: /tmp/autopkgtest-lxc.gacccb7z/downtmp/autopkgtest_tmp 24s plugins: cov-5.0.0 24s collected 536 items / 3 deselected / 533 selected 24s 24s tests/test_callbacks.py ........Traceback (most recent call last): 24s File "/usr/lib/python3/dist-packages/rq/worker.py", line 1439, in perform_job 24s return_value = job.perform() 24s File "/usr/lib/python3/dist-packages/rq/job.py", line 1318, in perform 24s self._result = self._execute() 24s ~~~~~~~~~~~~~^^ 24s File "/usr/lib/python3/dist-packages/rq/job.py", line 1376, in _execute 24s result = self.func(*self.args, **self.kwargs) 24s TypeError: div_by_zero() missing 1 required positional argument: 'x' 24s 24s Traceback (most recent call last): 24s File "/usr/lib/python3/dist-packages/rq/worker.py", line 1439, in perform_job 24s return_value = job.perform() 24s File "/usr/lib/python3/dist-packages/rq/job.py", line 1318, in perform 24s self._result = self._execute() 24s ~~~~~~~~~~~~~^^ 24s File "/usr/lib/python3/dist-packages/rq/job.py", line 1376, in _execute 24s result = self.func(*self.args, **self.kwargs) 24s TypeError: div_by_zero() missing 1 required positional argument: 'x'

