Antonio Valentino pushed to branch master at Debian GIS Project / pytroll-schedule
Commits: 68b62055 by Antonio Valentino at 2025-04-06T16:26:45+00:00 Skip tests taking tool long to execute - - - - - cacc17c9 by Antonio Valentino at 2025-04-06T16:26:51+00:00 Set distribution to unstable - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,14 @@ -pytroll-schedule (0.7.2-3) UNRELEASED; urgency=medium +pytroll-schedule (0.7.2-3) unstable; urgency=medium - * Team upload. + [ Bas Couwenberg ] * Bump Standards-Version to 4.7.2, no changes. - -- Bas Couwenberg <[email protected]> Thu, 20 Mar 2025 06:21:30 +0100 + [ Antonio Valentino ] + * debian/rules: + - Skip tests taking too long to execute (test_schedule_avoid). + Closes: #1101594. + + -- Antonio Valentino <[email protected]> Sun, 06 Apr 2025 15:49:04 +0000 pytroll-schedule (0.7.2-2) unstable; urgency=medium ===================================== debian/rules ===================================== @@ -3,14 +3,14 @@ # Uncomment this to turn on verbose mode. # export DH_VERBOSE=1 -export PYBUILD_TEST_ARGS=-k "not test_bool" $(CURDIR)/trollsched/tests +export PYBUILD_AFTER_TEST=${RM} -r {build_dir}/.pytest_cache {build_dir}/trollsched/__pycache__ {build_dir}/trollsched/tests/__pycache__ +export PYBUILD_TEST_ARGS=\ +-k "not test_bool \ +and not test_schedule_avoid" \ +-v --pyargs trollsched %: dh $@ --buildsystem=pybuild -execute_before_dh_missing: - $(RM) -r $(CURDIR)/debian/*/usr/lib/python*/dist-packages/trollsched/__pycache__ - $(RM) -r $(CURDIR)/debian/*/usr/lib/python*/dist-packages/trollsched/tests/__pycache__ - override_dh_numpy3: dh_numpy3 -p python3-trollsched View it on GitLab: https://salsa.debian.org/debian-gis-team/pytroll-schedule/-/compare/5464b2009809f52a0d9084cad72692c4de7f0df0...cacc17c9ff361374bd91adbc30d3593325479c71 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pytroll-schedule/-/compare/5464b2009809f52a0d9084cad72692c4de7f0df0...cacc17c9ff361374bd91adbc30d3593325479c71 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
