Hi Sebastiaan, Il 03/07/20 07:35, Sebastiaan Couwenberg ha scritto: > The upload to unstable won't migrate to testing due to autopkgtest > failures, see: > > https://qa.debian.org/excuses.php?package=pyorbital > > Seems like a missing (test) dependency:
yes you are right, I missed it. I see you have already fixed the missing dependency in git. If it is OK for you I would also add requests, explicitly, to build dependencies. kind regards antonio > === python3.8 === > tests (unittest.loader._FailedTest) ... ERROR > > ====================================================================== > ERROR: tests (unittest.loader._FailedTest) > ---------------------------------------------------------------------- > ImportError: Failed to import test module: tests > Traceback (most recent call last): > File "/usr/lib/python3.8/unittest/loader.py", line 154, in > loadTestsFromName > module = __import__(module_name) > File "/usr/lib/python3/dist-packages/pyorbital/tests/__init__.py", > line 24, in <module> > from pyorbital.tests import (test_aiaa, test_tlefile, test_orbital, > File "/usr/lib/python3/dist-packages/pyorbital/tests/test_aiaa.py", > line 35, in <module> > from pyorbital import astronomy, tlefile > File "/usr/lib/python3/dist-packages/pyorbital/tlefile.py", line 38, > in <module> > import requests > ModuleNotFoundError: No module named 'requests' > > > ---------------------------------------------------------------------- > Ran 1 test in 0.000s > > https://ci.debian.net/data/autopkgtest/testing/amd64/p/pyorbital/6099584/log.gz > > Kind Regards, > > Bas > -- Antonio Valentino _______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
