On Sat, 2025-12-06 at 14:19 +0100, Roland Mas wrote: > Le 06/12/2025 à 05:46, Jai kadam a écrit : > > Hello, > > I have bumped the playwright version from 1.55.0 to 1.56.0 the > > build > > was successful. > > https://salsa.debian.org/jvk_here/python-playwright/ > > > > How should i test the package cause there is no debian/tests/ > > Hi Jai, > > The first step would be to remove the "override_dh_auto_test:" line > in > debian/rules. I inserted it so that the package would skip its > testsuite > as a preliminaly packaging effort, but it needs to be fixed. So > remove > that line, re-run the build, see what breaks and fix that until > nothing > breaks at all (and then we'll go on to debian/tests, which is a > separate > testsuite). The test suite is running but there is a problem ============================= test session starts ============================== platform linux -- Python 3.14.0, pytest-8.4.2, pluggy-1.6.0 -- /usr/bin/python3.14 cachedir: .pytest_cache rootdir: /build/python-playwright- 1.56.0+ds/.pybuild/cpython3_3.14_playwright/build configfile: pyproject.toml plugins: flaky-3.8.1, asyncio-1.2.0, xvfb-3.0.0, xdist-3.8.0, cov- 5.0.0, repeat-0.9.4, timeout-2.4.0, typeguard-4.4.4 asyncio: mode=Mode.AUTO, debug=False, asyncio_default_fixture_loop_scope=session, asyncio_default_test_loop_scope=session collecting ... collected 6579 items
tests/async/test_accessibility.py::test_accessibility_should_work[chrom ium] it is stuck here for quite a while now i checked the test code and its not a heavy test, i think there is some kind of bottel neck or some other problem. I will it to run for some more time. But i am sure it should not take this long. > > Roland.

