[med-svn] [Git][med-team/q2-types][master] revert py3.12 workaround
Alexandre Detiste (@detiste-guest)
gitlab at salsa.debian.org
Sun Nov 2 20:38:40 GMT 2025
Alexandre Detiste pushed to branch master at Debian Med / q2-types
Commits:
eb47d748 by Alexandre Detiste at 2025-11-02T21:38:31+01:00
revert py3.12 workaround
- - - - -
1 changed file:
- debian/tests/run-unit-test
Changes:
=====================================
debian/tests/run-unit-test
=====================================
@@ -19,9 +19,7 @@ fi
# Run build-time tests
# for py in $(py3versions -s 2> /dev/null) # FIXME: qiime 3.12 issue reported in https://github.com/qiime2/qiime2/issues/751
-#for py in $(py3versions -d 2> /dev/null)
-#do
-# ${py} -m pytest -v --cov=${pkg}
-#done
-
-python3.11 -m pytest -v --cov=${pkg}
+for py in $(py3versions -d 2> /dev/null)
+do
+ ${py} -m pytest -v --cov=${pkg}
+done
View it on GitLab: https://salsa.debian.org/med-team/q2-types/-/commit/eb47d748086805ae4d9a13b5c71af4990e4c41d2
--
View it on GitLab: https://salsa.debian.org/med-team/q2-types/-/commit/eb47d748086805ae4d9a13b5c71af4990e4c41d2
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/20251102/6f8955ef/attachment.htm>
More information about the debian-med-commit
mailing list