[Git][debian-gis-team/flox][master] 2 commits: Skip slow tests
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Tue May 13 08:09:50 BST 2025
Antonio Valentino pushed to branch master at Debian GIS Project / flox
Commits:
bbeca184 by Antonio Valentino at 2025-05-13T06:55:14+00:00
Skip slow tests
- - - - -
008c9a1d by Antonio Valentino at 2025-05-13T06:56:02+00:00
Set distribution to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+flox (0.10.3-2) unstable; urgency=medium
+
+ * debian/rules:
+ - Skip tests that are too slow and cause timeout errors on some
+ platforms (Closes: #1105156).
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Tue, 13 May 2025 06:55:46 +0000
+
flox (0.10.3-1) unstable; urgency=medium
* New upstream release.
=====================================
debian/rules
=====================================
@@ -2,6 +2,7 @@
export PYBUILD_NAME=flox
export PYBUILD_TEST_ARGS=\
+--hypothesis-profile=ci \
--ignore={dir}/tests/test_asv.py \
-k "not test_xarray_reduce_single_grouper \
and not test_func_is_aggregation \
@@ -19,7 +20,8 @@ and not test_groupby_reduce \
and not test_scans \
and not test_ffill_bfill_reverse \
and not test_groupby_preserve_dtype \
-and not test_blockwise_avoid_rechunk" \
+and not test_blockwise_avoid_rechunk \
+and not test_first_last" \
{dir}/tests
export PYBUILD_AFTER_INSTALL=rm -rf \
{destdir}/{install_dir}/benchmarks \
View it on GitLab: https://salsa.debian.org/debian-gis-team/flox/-/compare/64637f1c7675b56b0758a04b2ae1c0bd7d0fe9c3...008c9a1d0610d83c1a8a91cffe526d8324d1e1ce
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/flox/-/compare/64637f1c7675b56b0758a04b2ae1c0bd7d0fe9c3...008c9a1d0610d83c1a8a91cffe526d8324d1e1ce
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20250513/612539c3/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list