[Git][debian-gis-team/flox][master] 2 commits: Skip tests that are broken on 32bit architectures

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Sun Aug 14 08:53:17 BST 2022



Antonio Valentino pushed to branch master at Debian GIS Project / flox


Commits:
fdc05cc7 by Antonio Valentino at 2022-08-14T07:33:32+00:00
Skip tests that are broken on 32bit architectures

- - - - -
e79a6e48 by Antonio Valentino at 2022-08-14T07:33:55+00:00
Set distribution to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/rules
- debian/tests/python3


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+flox (0.5.9-4) unstable; urgency=medium
+
+  * Skip tests that are broken an 32bit architectures.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sun, 14 Aug 2022 07:33:38 +0000
+
 flox (0.5.9-3) unstable; urgency=medium
 
   * Fix test dependencies in d/tests/control.


=====================================
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_groupby_reduce_nans" \
 $(CURDIR)/tests
 
 %:


=====================================
debian/tests/python3
=====================================
@@ -12,6 +12,7 @@ for py in $PYS; do
 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_groupby_reduce_nans" \
 ${TESTDIR} 2>&1
 done



View it on GitLab: https://salsa.debian.org/debian-gis-team/flox/-/compare/09edfe516b3aae23d2d9f8f2a3939160f12b2f21...e79a6e487bbab7282d0776cc597c7cf47d36fa5f

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/flox/-/compare/09edfe516b3aae23d2d9f8f2a3939160f12b2f21...e79a6e487bbab7282d0776cc597c7cf47d36fa5f
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/20220814/20b320a7/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list