[med-svn] [Git][med-team/snakemake][master] quilt isn't needed for the autopkgtests, so drop it
Michael R. Crusoe
gitlab at salsa.debian.org
Thu Oct 31 08:45:53 GMT 2019
Michael R. Crusoe pushed to branch master at Debian Med / snakemake
Commits:
f0683707 by Michael R. Crusoe at 2019-10-30T16:44:39Z
quilt isn't needed for the autopkgtests, so drop it
- - - - -
3 changed files:
- debian/changelog
- debian/tests/control
- debian/tests/run-unit-test
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+snakemake (5.7.4-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Quilt isn't needed for the autopkgtests, so drop it
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com> Wed, 30 Oct 2019 17:37:40 +0100
+
snakemake (5.7.4-1) unstable; urgency=medium
* Team upload.
=====================================
debian/tests/control
=====================================
@@ -1,3 +1,3 @@
Tests: run-unit-test
-Depends: @, python3-pandas, python3-pytest-xdist, stress, quilt
+Depends: @, python3-pandas, python3-pytest-xdist, stress
Restrictions: allow-stderr
=====================================
debian/tests/run-unit-test
=====================================
@@ -15,10 +15,7 @@ fi
cd "${AUTOPKGTEST_TMP}"
-cp -r ${ROOT}/* ./
-QUILT_PATCHES="debian/patches" quilt push -a || /bin/true
-
export HOME="${AUTOPKGTEST_TMP}"
-python3 -m pytest tests/test*.py -n auto -k 'not report and not ancient and not test_script and not default_remote and not issue635 and not convert_to_cwl and not issue1083 and not issue1092 and not issue1093 and not test_remote and not test_default_resources and not test_singularity and not test_singularity_conda and not test_cwl_singularity and not test_cwl and not test_url_include'
+python3 -m pytest ${ROOT}/tests/test*.py -n auto -k 'not report and not ancient and not test_script and not default_remote and not issue635 and not convert_to_cwl and not issue1083 and not issue1092 and not issue1093 and not test_remote and not test_default_resources and not test_singularity and not test_singularity_conda and not test_cwl_singularity and not test_cwl and not test_url_include'
View it on GitLab: https://salsa.debian.org/med-team/snakemake/commit/f0683707ae617ce248adce72053217f110758e33
--
View it on GitLab: https://salsa.debian.org/med-team/snakemake/commit/f0683707ae617ce248adce72053217f110758e33
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/20191031/bbcc7736/attachment.html>
More information about the debian-med-commit
mailing list