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.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to