[med-svn] [Git][med-team/q2-taxa][master] 2 commits: Autopkgtest for all supported Python3 versions

Andreas Tille (@tille) gitlab at salsa.debian.org
Sun Feb 18 13:58:20 GMT 2024



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 <tille at 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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20240218/9b170f62/attachment-0001.htm>


More information about the debian-med-commit mailing list