[med-svn] [Git][med-team/q2-types][master] For a short moment enable Python3.12 to create a Salca CI log I could point qiime upstream at

Andreas Tille (@tille) gitlab at salsa.debian.org
Sat Feb 17 10:01:09 GMT 2024



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


Commits:
c879a39c by Andreas Tille at 2024-02-17T11:00:26+01:00
For a short moment enable Python3.12 to create a Salca CI log I could point qiime upstream at

- - - - -


1 changed file:

- debian/tests/run-unit-test


Changes:

=====================================
debian/tests/run-unit-test
=====================================
@@ -12,12 +12,13 @@ cp -a /usr/lib/python3/dist-packages/${pkg}* "${AUTOPKGTEST_TMP}"
 
 cd "${AUTOPKGTEST_TMP}"
 
-
 if [ ! -f /usr/lib/python3/dist-packages/pytest_cov/__init__.py ] ; then
 	echo "Please install package python3-pytest-cov to run this script"
 	exit 1
 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-types/-/commit/c879a39c574988cf0f4ce802bc2c54bf3d091c00

-- 
View it on GitLab: https://salsa.debian.org/med-team/q2-types/-/commit/c879a39c574988cf0f4ce802bc2c54bf3d091c00
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/20240217/31b2c458/attachment.htm>


More information about the debian-med-commit mailing list