Steffen Möller pushed to branch master at Debian Med / snakemake
Commits: 773483ab by Steffen Moeller at 2021-10-19T14:07:58+02:00 Deselected "test_tes" test. - - - - - 3 changed files: - + debian/TODO - debian/changelog - debian/rules Changes: ===================================== debian/TODO ===================================== @@ -0,0 +1,6 @@ +Tasks to do for next releases of snakemake +========================================== + + * Prepare https://pypi.org/project/py-tes/ as a Debian pacakge + - no need to re-activated cognate test in d/rules since this requires internet + - add as recommendation to binary ===================================== debian/changelog ===================================== @@ -19,7 +19,8 @@ snakemake (6.9.1-1) UNRELEASED; urgency=medium * Unselected tests needing internet access * fixing one calling pytest -> pytest-3 * d/rules: Allowing consecutive builds with better cleaning - + * Added d/TODO to remind about missing "tes" Python module + -- Nilesh Patra <[email protected]> Sun, 17 Oct 2021 14:19:21 +0000 snakemake (5.24.1-2) unstable; urgency=medium ===================================== debian/rules ===================================== @@ -6,7 +6,7 @@ export PYBUILD_NAME=snakemake export PYBUILD_DESTDIR_python3=debian/snakemake export PYBUILD_BEFORE_TEST_python3=chmod +x {dir}/bin/snakemake; cp -r {dir}/bin {dir}/tests {build_dir} -export PYBUILD_TEST_ARGS=python{version} -m pytest -v 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_ancient and not test_module_complex and not test_module_complex2 and not test_module_with_script and not test_module_report and not test_github_issue1062 and not test_env_modules and not test_modules_meta_wrapper' +export PYBUILD_TEST_ARGS=python{version} -m pytest -v 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_ancient and not test_module_complex and not test_module_complex2 and not test_module_with_script and not test_module_report and not test_github_issue1062 and not test_env_modules and not test_modules_meta_wrapper and not test_tes' # Skipped because they download executables (which is forbidden in Debian buildd and debci) # Snakefile/snakemake-wrapper/CWL scripts: test_cwl, test_cwl_singularity, test_url_include, test_wrapper View it on GitLab: https://salsa.debian.org/med-team/snakemake/-/commit/773483ab26bcb63386231bfe0ec85b723d0c28ec -- View it on GitLab: https://salsa.debian.org/med-team/snakemake/-/commit/773483ab26bcb63386231bfe0ec85b723d0c28ec 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
