Re: Playwright version bump and testing
Roland Mas <[email protected]> Sat, 6 Dec 2025 14:19:17 +0100
| Newsgroups | gmane.linux.debian.devel.python |
|---|---|
| Message-ID | <[email protected]> |
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). Roland.