Package: python-motor
Version: 2.3.0-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu impish ubuntu-patch

Hi,

python-motor's autopkgtest currently fails because it depends on
mongodb-server, which is not available in Debian.

In Ubuntu, the attached patch was applied to achieve the following:

    - d/t/control: Skip test if deps not installable.

Thanks for considering the patch.

Logan
diff -Nru python-motor-2.3.0/debian/tests/control 
python-motor-2.3.0/debian/tests/control
--- python-motor-2.3.0/debian/tests/control     2020-10-27 05:09:12.000000000 
-0400
+++ python-motor-2.3.0/debian/tests/control     2020-10-27 11:17:29.000000000 
-0400
@@ -5,5 +5,6 @@
          python3-tornado,
          mongodb-server (>= 3.4),
 Restrictions: allow-stderr,
+              skip-not-installable,
               isolation-container,
 Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do echo 
"Testing with $py:" ; $py setup.py test ; done

Reply via email to