[med-svn] [Git][med-team/toil][master] 2 commits: d/rules: skip the slow tests
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Thu Mar 20 16:48:18 GMT 2025
Michael R. Crusoe pushed to branch master at Debian Med / toil
Commits:
03490fec by Michael R. Crusoe at 2025-03-20T17:37:52+01:00
d/rules: skip the slow tests
- - - - -
ce6976ce by Michael R. Crusoe at 2025-03-20T17:48:01+01:00
d/patches/needs_aws-proxyfix: forwarded upstream
- - - - -
3 changed files:
- debian/changelog
- debian/patches/needs_aws-proxyfix
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+toil (8.0.0-4) UNRELEASED; urgency=medium
+
+ * d/rules: skip the slow tests
+ * d/patches/needs_aws-proxyfix: forwarded upstream
+
+ -- Michael R. Crusoe <crusoe at debian.org> Thu, 20 Mar 2025 17:37:49 +0100
+
toil (8.0.0-3) unstable; urgency=medium
* d/tests/autopkgtest-pkg-pybuild.conf: fix typo
=====================================
debian/patches/needs_aws-proxyfix
=====================================
@@ -5,6 +5,7 @@ Subject: Skip AWS requiring tests when a broken proxy is set.
When building Debian packages we purposely set HTTP{,S}_PROXY to http://127.0.0.1:9/
to quickly avoid internet access.
+Forwarded: https://github.com/DataBiosphere/toil/pull/5250
Last-Update: 2025-02-13
---
src/toil/test/__init__.py | 7 +++++++
=====================================
debian/rules
=====================================
@@ -5,7 +5,7 @@ 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)"
+PYBUILD_TEST_ARGS=$(DEB_BUILD_OPTION_PARALLEL:%=-n %) --dist loadscope -vv -W ignore -k "not (testVirtualEnv or DockstoreLookupTest or testMultiplejobs)" -m "not slow"
# testVirtualEnv - requires an internet connection to download packages from PyPI
# testMultiplejobs - flaky during parallel execution
ifeq ($(PYBUILD_AUTOPKGTEST),1)
View it on GitLab: https://salsa.debian.org/med-team/toil/-/compare/07a13292b0c194afad03e5550ab43dded88d23f8...ce6976ce3b8492dcaf9b3cb41e37605c4fdd0357
--
View it on GitLab: https://salsa.debian.org/med-team/toil/-/compare/07a13292b0c194afad03e5550ab43dded88d23f8...ce6976ce3b8492dcaf9b3cb41e37605c4fdd0357
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/20250320/7a002cb1/attachment-0001.htm>
More information about the debian-med-commit
mailing list