Michael R. Crusoe pushed to branch master at Debian Med / toil


Commits:
c903d573 by Michael R. Crusoe at 2025-04-09T13:42:33+02:00
d/rules: skip flaky testServices. Closes: #1101085

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+toil (8.0.0-5) unstable; urgency=medium
+
+  * d/rules: skip flaky testServices. Closes: #1101085
+
+ -- Michael R. Crusoe <[email protected]>  Wed, 09 Apr 2025 13:42:27 +0200
+
 toil (8.0.0-4) unstable; urgency=medium
 
   * d/rules: skip the slow tests


=====================================
debian/rules
=====================================
@@ -5,9 +5,10 @@ include /usr/share/dpkg/default.mk
 export PYBUILD_NAME=toil
 
 export PYBUILD_DESTDIR_python3=debian/toil/
-PYBUILD_TEST_ARGS=$(DEB_BUILD_OPTION_PARALLEL:%=-n %) --dist loadscope -vv -W 
ignore  -k "not (testVirtualEnv or DockstoreLookupTest or testMultiplejobs)" -m 
"not slow"
+PYBUILD_TEST_ARGS=$(DEB_BUILD_OPTION_PARALLEL:%=-n %) --dist loadscope -vv -W 
ignore  -k "not (testVirtualEnv or DockstoreLookupTest or testMultiplejobs or 
testServices)" -m "not slow"
 # testVirtualEnv - requires an internet connection to download packages from 
PyPI
 # testMultiplejobs - flaky during parallel execution
+# testServices - flaky during parallel execution 
https://bugs.debian.org/1101085
 ifeq ($(PYBUILD_AUTOPKGTEST),1)
 PYBUILD_TEST_ARGS += --ignore 
/usr/lib/python3/dist-packages/toil/test/lib/aws/test_s3.py --ignore 
/usr/lib/python3/dist-packages/toil/test/provisioners/aws/awsProvisionerTest.py 
--ignore /usr/lib/python3/dist-packages/toil/test/wdl/wdltoil_test.py --ignore 
/usr/lib/python3/dist-packages/toil/test/cwl/cwlTest.py --ignore 
/usr/lib/python3/dist-packages/toil/test/lib/test_ec2.py --ignore 
/usr/lib/python3/dist-packages/toil/test/batchSystems/batchSystemTest.py 
--ignore /usr/lib/python3/dist-packages/toil/test/lib/aws/test_iam.py --ignore  
/usr/lib/python3/dist-packages/toil/test/provisioners/clusterTest.py --ignore 
/usr/lib/python3/dist-packages/toil/test/wdl/wdltoil_test_kubernetes.py 
--ignore 
/usr/lib/python3/dist-packages/toil/test/cactus/test_cactus_integration.py 
--pyargs toil.test
 else



View it on GitLab: 
https://salsa.debian.org/med-team/toil/-/commit/c903d573ebef4dbccbf7ccf5bf9570ebe8805399

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/toil/-/commit/c903d573ebef4dbccbf7ccf5bf9570ebe8805399
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