diff -Nru snakemake-5.24.1/debian/changelog snakemake-5.24.1/debian/changelog --- snakemake-5.24.1/debian/changelog 2020-09-13 15:46:02.000000000 +0000 +++ snakemake-5.24.1/debian/changelog 2021-04-12 15:17:32.000000000 +0000 @@ -1,3 +1,11 @@ +snakemake (5.24.1-2) unstable; urgency=medium + + * Team upload. + * Skip tests accessing remote locations + Closes: #986768 + + -- Andreas Tille Mon, 12 Apr 2021 17:17:32 +0200 + snakemake (5.24.1-1) unstable; urgency=medium * New upstream release. Refresh patches. diff -Nru snakemake-5.24.1/debian/.gitignore snakemake-5.24.1/debian/.gitignore --- snakemake-5.24.1/debian/.gitignore 1970-01-01 00:00:00.000000000 +0000 +++ snakemake-5.24.1/debian/.gitignore 2021-04-12 15:17:32.000000000 +0000 @@ -0,0 +1 @@ +files diff -Nru snakemake-5.24.1/debian/tests/run-unit-test snakemake-5.24.1/debian/tests/run-unit-test --- snakemake-5.24.1/debian/tests/run-unit-test 2020-08-29 07:56:48.000000000 +0000 +++ snakemake-5.24.1/debian/tests/run-unit-test 2021-04-12 15:17:32.000000000 +0000 @@ -21,5 +21,5 @@ . /etc/profile.d/modules.sh #See debian/rules for why these are excluded -python3 -m pytest -v ${ROOT}/tests/test*.py -k 'not test_cwl and not test_cwl_singularity and not test_url_include and not test_wrapper and not test_issue1083 and not test_github_issue78 and not test_container and not test_singularity and not test_singularity_conda and not test_convert_to_cwl and not test_report and not test_report_zip and not test_archive and not test_jupyter_notebook and not test_conda and not test_upstream_conda and not test_conda_custom_prefix and not test_script and not test_issue635 and not test_issue1093 and not test_default_resources and not test_default_remote and not test_remote and not test_output_file_cache_remote and not test_tibanna' +python3 -m pytest -v ${ROOT}/tests/test*.py -k 'not test_cwl and not test_cwl_singularity and not test_url_include and not test_wrapper and not test_issue1083 and not test_github_issue78 and not test_container and not test_singularity and not test_singularity_conda and not test_convert_to_cwl and not test_report and not test_report_zip and not test_archive and not test_jupyter_notebook and not test_conda and not test_upstream_conda and not test_conda_custom_prefix and not test_script and not test_issue635 and not test_issue1093 and not test_default_resources and not test_default_remote and not test_remote and not test_output_file_cache_remote and not test_tibanna and not test_remote_http and not test_ancient'