Verified Commit f0683707 authored by Michael R. Crusoe's avatar Michael R. Crusoe 🏳️‍🌈
Browse files

quilt isn't needed for the autopkgtests, so drop it

parent ed9e8eb6
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
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@gmail.com>  Wed, 30 Oct 2019 17:37:40 +0100

snakemake (5.7.4-1) unstable; urgency=medium

  * Team upload.
+1 −1
Original line number Diff line number Diff line
Tests: run-unit-test
Depends: @, python3-pandas, python3-pytest-xdist, stress, quilt
Depends: @, python3-pandas, python3-pytest-xdist, stress
Restrictions: allow-stderr
+1 −4
Original line number Diff line number Diff line
@@ -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'