Package: python3-django
Version: 3:4.2.23-1
Severity: serious
Tags: ftbfs
User: [email protected]
Usertags: python3.14
Hi Lamby!
I tried locally, and Django FTBFS with 13 unit test failures.
Some are like this:
======================================================================
FAIL: test_parallel_default
(test_runner.tests.ManageCommandParallelTests.test_parallel_default)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.14/unittest/mock.py", line 1898, in _inner
return f(*args, **kw)
File "/usr/lib/python3.14/unittest/mock.py", line 1432, in patched
return func(*newargs, **newkeywargs)
File
"/build/python-django-7M0ZQt/python-django-4.2.27/tests/test_runner/tests.py",
line 491, in test_parallel_default
self.assertIn("parallel=12", stderr.getvalue())
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'parallel=12' not found in 'parallel=1'
Others like this one:
======================================================================
FAIL: test_exception_following_nested_client_request
(test_client.tests.ClientTest.test_exception_following_nested_client_request)
A nested test client request shouldn't clobber exception signals from
----------------------------------------------------------------------
[...]
File
"/build/python-django-7M0ZQt/python-django-4.2.27/django/template/context.py",
line 39, in __copy__
duplicate.dicts = self.dicts[:]
^^^^^^^^^^^^^^^
AttributeError: 'super' object has no attribute 'dicts' and no __dict__ for
setting new attributes
During handling of the above exception, another exception occurred:
[...]
and a few others.
Cheers,
Thomas Goirand (zigo)