[med-svn] [Git][med-team/toil][master] Test default Python3 version first
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sun Feb 25 07:46:49 GMT 2024
Andreas Tille pushed to branch master at Debian Med / toil
Commits:
8643e166 by Andreas Tille at 2024-02-25T08:46:32+01:00
Test default Python3 version first
- - - - -
1 changed file:
- debian/tests/run-unit-tests
Changes:
=====================================
debian/tests/run-unit-tests
=====================================
@@ -5,7 +5,7 @@ export LC_ALL=C.UTF-8
QUILT_PATCHES=debian/patches quilt push -a || true
mkdir ${HOME}/tmp
-for py in $(py3versions -s 2> /dev/null)
+for py in $(py3versions -d) `py3versions -s | sed "s/$(py3versions -d)//"`
do
TMPDIR=${HOME}/tmp TOIL_TEST_QUICK=True TOIL_SKIP_DOCKER=True ${py} -m pytest \
-n auto --dist loadscope \
View it on GitLab: https://salsa.debian.org/med-team/toil/-/commit/8643e166d12e0e46773d366209f30bc96093959c
--
View it on GitLab: https://salsa.debian.org/med-team/toil/-/commit/8643e166d12e0e46773d366209f30bc96093959c
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/20240225/3c7aea39/attachment-0001.htm>
More information about the debian-med-commit
mailing list