Source: python-parameterized
Followup-For: Bug #995356

Hi,

As announced yesterday, I have uploaded an NMU to DELAYED/5 dropping
the autopkgtest. Please let me know if I should cancel that, but then
I expect a solution reasonably soon.

Paul
diff --git a/debian/changelog b/debian/changelog
index fdfb630..dbc842f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-parameterized (0.8.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop autopkgtest for now as it fails and this is blocking migration
+    (See: #995356)
+
+ -- Paul Gevers <elb...@debian.org>  Sun, 23 Jan 2022 15:08:44 +0100
+
 python-parameterized (0.8.1-1) unstable; urgency=medium
 
   [ Debian Janitor ]
diff --git a/debian/tests/control b/debian/tests/control
deleted file mode 100644
index 0c55f37..0000000
--- a/debian/tests/control
+++ /dev/null
@@ -1,19 +0,0 @@
-Test-Command: set -e
- ; for py in $(py3versions -r 2>/dev/null)
- ; do cd "$AUTOPKGTEST_TMP"
- ; echo "Testing with $py (unittest):"
- ; $py -m unittest -v parameterized.test
- ; echo "Testing with $py (nose):"
- ; $py -m nose -v parameterized.test
- ; echo "Testing with $py (nose2):"
- ; $py -m nose2 -v parameterized.test
- ; echo "Testing with $py (pytest):"
- ; $py -m pytest -v --pyargs parameterized.test
- ; done
-Depends: python3-all,
-         python3-mock,
-         python3-nose,
-         python3-nose2,
-         python3-parameterized,
-         python3-pytest
-Restrictions: allow-stderr

Reply via email to