[Git][debian-gis-team/xarray-sentinel][master] 2 commits: Skip tests requiring large memory

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Thu Aug 18 08:39:59 BST 2022



Antonio Valentino pushed to branch master at Debian GIS Project / xarray-sentinel


Commits:
90762b46 by Antonio Valentino at 2022-08-18T07:26:19+00:00
Skip tests requiring large memory

- - - - -
96847dbb by Antonio Valentino at 2022-08-18T07:26:57+00:00
Set distribution to unstable

- - - - -


3 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+xarray-sentinel (0.9.3+ds-4) unstable; urgency=medium
+
+  * Skip tests requiring large memory.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Thu, 18 Aug 2022 07:26:29 +0000
+
 xarray-sentinel (0.9.3+ds-3) unstable; urgency=medium
 
   * Add missing dependency on python3-pytest in d/tests/control.


=====================================
debian/rules
=====================================
@@ -3,7 +3,12 @@
 include /usr/share/dpkg/pkg-info.mk
 
 export PYBUILD_NAME=xarray-sentinel
-export PYBUILD_TEST_ARGS=$(CURDIR)/tests
+export PYBUILD_TEST_ARGS=-k "\
+not test_mosaic_slc_iw \
+and not test_to_group_netcdf \
+and not test_open_dataset_zip_data \
+and not test_to_group_zarr" \
+$(CURDIR)/tests
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$(DEB_VERSION_UPSTREAM:+ds=)
 


=====================================
debian/tests/python3
=====================================
@@ -8,5 +8,10 @@ cd "$AUTOPKGTEST_TMP"
 
 for py in $PYS; do
     echo "=== $py ==="
-    $py -m pytest -v ${TESTDIR}
+    $py -m pytest -v -k "\
+not test_mosaic_slc_iw \
+and not test_to_group_netcdf \
+and not test_open_dataset_zip_data \
+and not test_to_group_zarr" \
+${TESTDIR}
 done



View it on GitLab: https://salsa.debian.org/debian-gis-team/xarray-sentinel/-/compare/e02c08285a1d043d992fe07fa65893b39fced1c4...96847dbbd5e077b7db2126ea84e3cd4f583f1c85

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/xarray-sentinel/-/compare/e02c08285a1d043d992fe07fa65893b39fced1c4...96847dbbd5e077b7db2126ea84e3cd4f583f1c85
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/20220818/db3c6840/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list