[Python-modules-team] Bug#943931: cloudpickle: autopkgtests still run python 2 tests

Michael Hudson-Doyle michael.hudson at ubuntu.com
Thu Oct 31 23:54:29 GMT 2019


Source: cloudpickle
Version: 1.2.1-1
Severity: normal
Tags: patch

Dear Maintainer,

As subject. Best not to test packages that are no longer built.  Patch
attached but really, it's trivial :)

Cheers,
mwh

-- System Information:
Debian Release: buster/sid
  APT prefers eoan-updates
  APT policy: (500, 'eoan-updates'), (500, 'eoan'), (400, 'eoan-proposed'), (100, 'eoan-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 5.3.0-19-generic (SMP w/8 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
-------------- next part --------------
diff -Nru cloudpickle-1.2.1/debian/changelog cloudpickle-1.2.1/debian/changelog
--- cloudpickle-1.2.1/debian/changelog	2019-09-05 16:51:15.000000000 +1200
+++ cloudpickle-1.2.1/debian/changelog	2019-11-01 12:50:52.000000000 +1300
@@ -1,3 +1,10 @@
+cloudpickle (1.2.1-1ubuntu1) focal; urgency=medium
+
+  * d/tests/control: do not run Python 2 tests now that Python 2 packages are
+    no longer built.
+
+ -- Michael Hudson-Doyle <michael.hudson at ubuntu.com>  Fri, 01 Nov 2019 12:50:52 +1300
+
 cloudpickle (1.2.1-1) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff -Nru cloudpickle-1.2.1/debian/control cloudpickle-1.2.1/debian/control
--- cloudpickle-1.2.1/debian/control	2019-09-04 17:30:20.000000000 +1200
+++ cloudpickle-1.2.1/debian/control	2019-11-01 12:50:52.000000000 +1300
@@ -1,5 +1,6 @@
 Source: cloudpickle
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Diane Trout <diane at ghic.org>
 Section: python
 Priority: optional
diff -Nru cloudpickle-1.2.1/debian/tests/control cloudpickle-1.2.1/debian/tests/control
--- cloudpickle-1.2.1/debian/tests/control	2018-07-04 16:53:51.000000000 +1200
+++ cloudpickle-1.2.1/debian/tests/control	2019-11-01 12:50:48.000000000 +1300
@@ -1,6 +1,2 @@
 Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import cloudpickle; print(cloudpickle)" ; done
 Depends: python3-all, python3-cloudpickle
-
-Test-Command: set -e ; for py in $(pyversions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import cloudpickle; print(cloudpickle)" ; done
-Depends: python-all, python-cloudpickle
-


More information about the Python-modules-team mailing list