[med-svn] [Git][med-team/toil][master] pytest-subtests has been integrated into pytest (>= 9.0.1)
Alexandre Detiste (@detiste-guest)
gitlab at salsa.debian.org
Wed Jan 7 12:49:25 GMT 2026
Alexandre Detiste pushed to branch master at Debian Med / toil
Commits:
1da372f9 by Alexandre Detiste at 2026-01-07T13:48:53+01:00
pytest-subtests has been integrated into pytest (>= 9.0.1)
- - - - -
3 changed files:
- debian/control
- + debian/patches/remove_pytest-subtests.patch
- debian/patches/series
Changes:
=====================================
debian/control
=====================================
@@ -17,7 +17,7 @@ Build-Depends: debhelper-compat (= 13),
python3-schema-salad,
python3-enlighten,
python3-wdlparse,
- python3-pytest <!nocheck>,
+ python3-pytest (>= 9.0.1) <!nocheck>,
python3-pytest-xdist <!nocheck>,
python3-boto3 <!nocheck>,
python3-stubserver <!nocheck>,
@@ -35,7 +35,6 @@ Build-Depends: debhelper-compat (= 13),
cwl-utils <!nocheck>,
cwltest <!nocheck>,
python3-pytest-timeout <!nocheck>,
- python3-pytest-subtests <!nocheck>,
python3-prompt-toolkit <!nocheck>,
python3-pytest-httpserver <!nocheck>,
Standards-Version: 4.7.3
=====================================
debian/patches/remove_pytest-subtests.patch
=====================================
@@ -0,0 +1,22 @@
+--- a/src/toil/test/src/importExportFileTest.py
++++ b/src/toil/test/src/importExportFileTest.py
+@@ -27,7 +27,7 @@
+ from toil.test import pslow as slow
+
+ import pytest
+-from pytest_subtests import SubTests
++from pytest import SubTests
+
+
+ def create_file(tmp_path: Path, content: str, executable: bool = False) -> Path:
+--- a/src/toil/test/src/jobTest.py
++++ b/src/toil/test/src/jobTest.py
+@@ -34,7 +34,7 @@
+ from toil.lib.misc import FileDescriptorOrPath
+ from toil.test import pslow as slow
+
+-from pytest_subtests import SubTests
++from pytest import SubTests
+
+
+ class TestJob:
=====================================
debian/patches/series
=====================================
@@ -9,3 +9,4 @@ soften-cwltool-dep.patch
accept_debian_packaged_docker_version.patch
allow_newer_requests
spelling
+remove_pytest-subtests.patch
View it on GitLab: https://salsa.debian.org/med-team/toil/-/commit/1da372f9f1e40f7f59a07d66152da0d48e1b9578
--
View it on GitLab: https://salsa.debian.org/med-team/toil/-/commit/1da372f9f1e40f7f59a07d66152da0d48e1b9578
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/20260107/7edf24bf/attachment-0001.htm>
More information about the debian-med-commit
mailing list