Hi, Phil thanks for reviewing my package, python-googlesearch on mentors.debian,net yesterday.
Sorry for emailing you directly but I have deleted and reuploaded my package on mentors.debian.net due to which, your comment on my package also got deleted so I'm requoting it here for reference. > From: Phil Wyett > Package: python-googlesearch > Url: https://mentors.debian.net/package/python-googlesearch/ > --- > Hi, > Build error: > ====================================================================== > ERROR: googlesearch (unittest.loader._FailedTest.googlesearch) > ---------------------------------------------------------------------- > ImportError: Failed to import test module: googlesearch > Traceback (most recent call last): > File "/usr/lib/python3.13/unittest/loader.py", line 429, in _find_test_path > package = self._get_module_from_name(name) > File "/usr/lib/python3.13/unittest/loader.py", line 339, in > _get_module_from_name > __import__(name) ~~~~~~~~~~^^^^^^ > File "/build/python-googlesearch-1.3.0/.pybuild/cpython3_3.13_googlesearch/build/googlesearch/__init__.py", line 3, > in <module> > from bs4 import BeautifulSoup > ModuleNotFoundError: No module named 'bs4' > Regards > Phil > --- > Thanks, > -- > mentors.debian.net I noticed that it might be because I didn't include bs4 and requests in Build-Depends, which I did in the latest reupload on mentors.debian.net Link to my package: https://mentors.debian.net/package/python-googlesearch/ I have also used sbuild with stricter lintian checks and resolved all of the minor errors. My post sbuild output returned this: +------------------------------------------------------------------------------+ | Summary Mon, 07 Jul 2025 04:16:36 +0000 | +------------------------------------------------------------------------------+ Autopkgtest: no tests Build Architecture: amd64 Build Type: full Build-Space: 248 Build-Time: 4 Distribution: unstable Host Architecture: amd64 Install-Time: 123 Job: /home/aryan/Documents/googlesearch deb/python-googlesearch_1.3.0-1.dsc Lintian: pass Machine Architecture: amd64 Package: python-googlesearch Package-Time: 149 Source-Version: 1.3.0-1 Space: 248 Status: successful Version: 1.3.0-1 -------------------------------------------------------------------------------- Finished at 2025-07-07T04:12:37Z Build needed 00:02:29, 248k disk space Can you please re-review my work and tell me if there are any other changes I need to make?