Antonio Valentino pushed to branch master at Debian GIS Project / flox
Commits: 455f2b8c by Antonio Valentino at 2023-10-22T06:21:07+00:00 Skip broken test - - - - - 3e70c616 by Antonio Valentino at 2023-10-22T06:21:38+00:00 Set distribution to unstable - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +flox (0.8.1-2) unstable; urgency=medium + + * debian/rules: + - Skip test_dtype_accumulation (broken). + + -- Antonio Valentino <[email protected]> Sun, 22 Oct 2023 06:21:20 +0000 + flox (0.8.1-1) unstable; urgency=medium [ Antonio Valentino ] ===================================== debian/rules ===================================== @@ -6,7 +6,8 @@ export PYBUILD_TEST_ARGS=\ and not test_xarray_reduce_single_grouper \ and not test_func_is_aggregation \ and not test_groupby_bins_indexed_coordinate \ -and not test_multi_index_groupby_sum" \ +and not test_multi_index_groupby_sum \ +and not test_dtype_accumulation" \ $(CURDIR)/tests export PYBUILD_AFTER_INSTALL=rm -rf \ {destdir}/{install_dir}/benchmarks View it on GitLab: https://salsa.debian.org/debian-gis-team/flox/-/compare/ac5cb0e179cdd590eb7c06a03fa041ccbf419475...3e70c616d3f23d4c438fc44ff170787223ca17df -- View it on GitLab: https://salsa.debian.org/debian-gis-team/flox/-/compare/ac5cb0e179cdd590eb7c06a03fa041ccbf419475...3e70c616d3f23d4c438fc44ff170787223ca17df 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
