[med-svn] [Git][med-team/toil][master] 3 commits: only test with default python3 version
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Wed Dec 21 10:43:42 GMT 2022
Michael R. Crusoe pushed to branch master at Debian Med / toil
Commits:
aa6405e6 by Michael R. Crusoe at 2022-12-21T08:38:18+01:00
only test with default python3 version
- - - - -
061a849e by Michael R. Crusoe at 2022-12-21T10:37:04+01:00
d/tests/run-unit-tests: skip same tests we skip in d/rules
- - - - -
7fbb23f5 by Michael R. Crusoe at 2022-12-21T11:30:22+01:00
routine-update: Ready to upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/tests/control
- debian/tests/run-unit-tests
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-toil (5.7.1-1) UNRELEASED; urgency=medium
+toil (5.7.1-1) unstable; urgency=medium
* d/watch: update for new tag structure
* New upstream version
@@ -9,8 +9,9 @@ toil (5.7.1-1) UNRELEASED; urgency=medium
not cwltool
* d/rules: skip more tests that fail when run as root
* d/patches/test_safe_paths: fix for running tests post-installation
+ * d/tests/run-unit-tests: skip same tests we skip in d/rules
- -- Michael R. Crusoe <crusoe at debian.org> Thu, 17 Nov 2022 15:06:39 +0100
+ -- Michael R. Crusoe <crusoe at debian.org> Wed, 21 Dec 2022 11:30:22 +0100
toil (5.6.0-7) unstable; urgency=medium
=====================================
debian/tests/control
=====================================
@@ -3,6 +3,6 @@ Depends: toil, python3-wdlparse
Restrictions: allow-stderr, superficial
Tests: run-unit-tests
-Depends: toil, python3-all, python3-wdlparse, python3-pytest, python3-mock, python3-boto3, rsync, python3-boto, python3-stubserver, python3-yaml, quilt
+Depends: toil, python3, python3-wdlparse, python3-pytest, python3-mock, python3-boto3, rsync, python3-boto, python3-stubserver, python3-yaml, quilt
Restrictions: allow-stderr, needs-internet
Architecture: !arm64
=====================================
debian/tests/run-unit-tests
=====================================
@@ -12,8 +12,10 @@ TMPDIR=${HOME}/tmp TOIL_TEST_QUICK=True TOIL_SKIP_DOCKER=True python3 -m pytest
CWLv12Test or AWSAutoscaleTest or AWSStaticAutoscaleTest or \
AWSManagedAutoscaleTest or AWSAutoscaleTestMultipleNodeTypes or \
AWSRestartTest or PreemptableDeficitCompensationTest or ToilDocumentationTest \
- or testBuiltIn or testVirtualEnv or CleanWorkDirTest or CWLOnARMTest)" \
- --ignore-glob '*cwlTest*' --ignore /usr/lib/python3/dist-packages/toil/test/lib/aws/test_s3.py \
+ or test_cwl_toil_kill or testImportReadFileCompatibility or testBuiltIn \
+ or testVirtualEnv or CleanWorkDirTest or CWLOnARMTest)" \
+ --ignore /usr/lib/python3/dist-packages/toil/test/cwl/cwlTest.py \
+ --ignore /usr/lib/python3/dist-packages/toil/test/lib/aws/test_s3.py \
--pyargs toil.test
QUILT_PATCHES=debian/patches quilt pop -a || true
View it on GitLab: https://salsa.debian.org/med-team/toil/-/compare/14e946bea1d3869716df2b520648ebaf4d4f68de...7fbb23f5ae488f53a7b10da48b9bbaaaf0d59658
--
View it on GitLab: https://salsa.debian.org/med-team/toil/-/compare/14e946bea1d3869716df2b520648ebaf4d4f68de...7fbb23f5ae488f53a7b10da48b9bbaaaf0d59658
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/20221221/e84ac9d9/attachment-0001.htm>
More information about the debian-med-commit
mailing list