[med-svn] [Git][med-team/nibabel][master] Restrict autopkgtest to default Python3 version

Andreas Tille (@tille) gitlab at salsa.debian.org
Thu Jan 26 09:24:15 GMT 2023



Andreas Tille pushed to branch master at Debian Med / nibabel


Commits:
546b613f by Andreas Tille at 2023-01-26T10:23:43+01:00
Restrict autopkgtest to default Python3 version

- - - - -


2 changed files:

- debian/changelog
- debian/tests/run-unit-test


Changes:

=====================================
debian/changelog
=====================================
@@ -9,6 +9,7 @@ nibabel (5.0.0-1) UNRELEASED; urgency=medium
     python3-pytest-httpserver
   * Set PATH for build time tests
   * Test-Depends: python3-pytest-httpserver
+  * Restrict autopkgtest to default Python3 version
 
   [ Nilesh Patra ]
   * Build-Depends: python3-hatch-vcs


=====================================
debian/tests/run-unit-test
=====================================
@@ -1,7 +1,10 @@
 #!/bin/bash
 set -efu
 
-for py in $(py3versions --supported)
+# Remark: For the non-default Python3 versions the provided scripts do not work
+#         To simplify the test only default is checked since only this is user
+#         relevant in terms of the scripts.
+for py in $(py3versions --default)
 do
 	$py -m pytest -v
 done



View it on GitLab: https://salsa.debian.org/med-team/nibabel/-/commit/546b613f928f47a95e312017f92df0a5a2feb6eb

-- 
View it on GitLab: https://salsa.debian.org/med-team/nibabel/-/commit/546b613f928f47a95e312017f92df0a5a2feb6eb
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/20230126/a3a2c9c4/attachment-0001.htm>


More information about the debian-med-commit mailing list