Hi Bdale,

On Sun, 30 Apr 2023 00:07:53 +0000 Sandro Tosi <mo...@debian.org> wrote:
> Source: scikit-fmm
> Severity: normal
> User: debian-pyt...@lists.debian.org
> Usertags: missing-adt-python3-numpy
> ...
> Autopkgtests allow for automation to verify reverse-dependencies are still
> working and/or building properly after a package is uploaded, and are helpful
> in preventing a package from migrating to testing if they break other 
> packages.

I've attached a patch with this mail to add in autopkgtests. Please
consider applying.

-- 
Best,
Nilesh
diff -Nru scikit-fmm-2022.08.15/debian/changelog scikit-fmm-2022.08.15/debian/changelog
--- scikit-fmm-2022.08.15/debian/changelog	2023-01-30 04:00:03.000000000 +0530
+++ scikit-fmm-2022.08.15/debian/changelog	2023-05-16 00:23:32.000000000 +0530
@@ -1,3 +1,10 @@
+scikit-fmm (2022.08.15-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Add autopkgtests (Closes: #1035239)
+
+ -- Nilesh Patra <nil...@debian.org>  Tue, 16 May 2023 00:23:32 +0530
+
 scikit-fmm (2022.08.15-3) unstable; urgency=medium
 
   [Debian Janitor]
diff -Nru scikit-fmm-2022.08.15/debian/tests/control scikit-fmm-2022.08.15/debian/tests/control
--- scikit-fmm-2022.08.15/debian/tests/control	1970-01-01 05:30:00.000000000 +0530
+++ scikit-fmm-2022.08.15/debian/tests/control	2023-05-16 00:22:47.000000000 +0530
@@ -0,0 +1,7 @@
+Test-Command: set -e
+ ; for py in $(py3versions -s 2>/dev/null)
+ ; do cd "$AUTOPKGTEST_TMP"
+ ; echo "Testing with $py:"
+ ; $py -c "import skfmm, sys; sys.exit(skfmm.test())"
+ ; done
+Depends: @, python3-all

Attachment: signature.asc
Description: PGP signature

Reply via email to