[Python-modules-team] Bug#935964: django-setuptest: Remove wrong test for python2 support

Julian Andres Klode jak at debian.org
Wed Aug 28 13:51:36 BST 2019


Package: django-setuptest
Version: 0.2.1-3
Severity: serious
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu eoan ubuntu-patch

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

  * Remove invalid test for python 2 support

The python 2 support was removed in the previous upload, so testing it now
fails because the package cannot be found anymore.

Thanks for considering the patch.

-- 
debian developer - deb.li/jak | jak-linux.org - free software dev
ubuntu core developer                              i speak de, en
-------------- next part --------------
diff -Nru django-setuptest-0.2.1/debian/tests/control django-setuptest-0.2.1/debian/tests/control
--- django-setuptest-0.2.1/debian/tests/control	2019-07-26 14:53:37.000000000 +0200
+++ django-setuptest-0.2.1/debian/tests/control	2019-08-28 14:48:24.000000000 +0200
@@ -1,7 +1,3 @@
-Test-Command: cd "$AUTOPKGTEST_TMP" ; python -c "import setuptest; print setuptest"
-Depends:
- python-django-setuptest,
-
 Test-Command: cd "$AUTOPKGTEST_TMP" ; python3 -c "import setuptest; print(setuptest)"
 Depends:
  python3-django-setuptest,


More information about the Python-modules-team mailing list