[med-svn] [Git][med-team/q2-cutadapt][master] Only build for Python 3.11 until upstream catches up with Python 3.12.

Michael R. Crusoe (@crusoe) gitlab at salsa.debian.org
Wed Jun 26 20:30:36 BST 2024



Michael R. Crusoe pushed to branch master at Debian Med / q2-cutadapt


Commits:
cfd56048 by Michael R. Crusoe at 2024-06-26T21:30:03+02:00
Only build for Python 3.11 until upstream catches up with Python 3.12.

- - - - -


3 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+q2-cutadapt (2024.5.0-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Only build for Python 3.11 until upstream catches up with Python
+    3.12.
+
+ -- Michael R. Crusoe <crusoe at debian.org>  Wed, 26 Jun 2024 21:29:50 +0200
+
 q2-cutadapt (2024.5.0-1) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -6,7 +6,7 @@ Section: science
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
                dh-sequence-python3,
-               python3,
+               python3-all,
                python3-setuptools,
                python3-pytest-cov,
                python3-pandas,


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



View it on GitLab: https://salsa.debian.org/med-team/q2-cutadapt/-/commit/cfd56048d220aebb697b28ccc6d594a127a90f52

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/med-team/q2-cutadapt/-/commit/cfd56048d220aebb697b28ccc6d594a127a90f52
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/20240626/f3134116/attachment-0001.htm>


More information about the debian-med-commit mailing list