Andreas Tille pushed to branch master at Debian Med / q2-taxa


Commits:
b772b3d6 by Andreas Tille at 2024-02-18T14:55:47+01:00
Autopkgtest for all supported Python3 versions

- - - - -
ca13b0fd by Andreas Tille at 2024-02-18T14:57:43+01:00
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/tests/control
- debian/tests/run-unit-test


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+q2-taxa (2023.9.0+dfsg-3) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream version
+  * Autopkgtest for all supported Python3 versions
+
+ -- Andreas Tille <ti...@debian.org>  Sun, 18 Feb 2024 14:55:54 +0100
+
 q2-taxa (2023.9.0+dfsg-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/tests/control
=====================================
@@ -1,3 +1,3 @@
 Tests: run-unit-test
-Depends: @, python3-pytest-cov
+Depends: @, python3-pytest-cov, python3-all
 Restrictions: allow-stderr, skip-not-installable


=====================================
debian/tests/run-unit-test
=====================================
@@ -18,4 +18,7 @@ if [ ! -f 
/usr/lib/python3/dist-packages/pytest_cov/__init__.py ] ; then
 fi
 
 # Run build-time tests
-py.test-3 --cov=${pkg}
+for py in $(py3versions -s 2> /dev/null)
+do
+    ${py} -m pytest -v  --cov=${pkg}
+done



View it on GitLab: 
https://salsa.debian.org/med-team/q2-taxa/-/compare/a4c2635dbe1080fd55a1dca69a03959382f4d5d3...ca13b0fddbd559ea4f70c7655883a689bdbfa28a

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/q2-taxa/-/compare/a4c2635dbe1080fd55a1dca69a03959382f4d5d3...ca13b0fddbd559ea4f70c7655883a689bdbfa28a
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to