On Debian testing, upgrading 10.1.beta1 to 10.1.b eta2, installing ytest and rinning ptestlong gives
---------------------------------------------------------------------- sage -t --long --warn-long 216.6 --random-seed=28094084161727346775594736114467427734 src/sage/coding/linear_code.py # 2 doctests failed sage -t --long --warn-long 216.6 --random-seed=28094084161727346775594736114467427734 src/sage/coding/code_constructions.py # 1 doctest failed ---------------------------------------------------------------------- `Already reported a few times, cosmetic…
[ Snip… ]
Running pytest on ['/usr/local/sage-10/src/sage', '/usr/local/sage-10/src/sage_setup', '/usr/local/sage-10/src/sage_docbuild', '/usr/local/sage-10/src/doc'] with options [] ============================= test session starts ============================== platform linux -- Python 3.11.2, pytest-7.3.1, pluggy-1.0.0 rootdir: /usr/local/sage-10/src configfile: tox.ini plugins: anyio-3.7.0 collected 50 items / 2 skipped src/sage/manifolds/differentiable/symplectic_form_test.py .............. [ 28%] ..................... [ 70%] src/sage/manifolds/differentiable/tensorfield_paral_test.py . [ 72%] src/sage/manifolds/differentiable/examples/symplectic_space_test.py .... [ 80%] [ 80%] src/sage/numerical/backends/cvxopt_backend_test.py .. [ 84%] src/sage/numerical/backends/glpk_backend_test.py .. [ 88%] src/sage/numerical/backends/glpk_exact_backend_test.py .. [ 92%] src/sage/numerical/backends/interactivelp_backend_test.py .. [ 96%] src/sage/numerical/backends/ppl_backend_test.py .. [100%] ================== 50 passed, 2 skipped in 146.03s (0:02:26) ===================HTH,