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.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
