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


Commits:
fa8a0083 by Antonio Valentino at 2022-11-26T14:56:03+00:00
Disable test involving legacy_dask_ewa

- - - - -


3 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+pyresample (1.26.0-4) UNRELEASED; urgency=medium
+
+  * Disable tests involving legacy_dask_ewa.
+
+ -- Antonio Valentino <[email protected]>  Sat, 26 Nov 2022 
14:53:38 +0000
+
 pyresample (1.26.0-3) unstable; urgency=medium
 
   * debian/patches:


=====================================
debian/rules
=====================================
@@ -9,7 +9,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 export PYBUILD_NAME=pyresample
 export USE_CYTHON=True
-export PYBUILD_TEST_ARGS=-k "not test_compare_to_legacy"
+export PYBUILD_TEST_ARGS=-k "not test_compare_to_legacy and not 
legacy_dask_ewa"
 
 %:
        dh $@ --with python3,sphinxdoc --buildsystem=pybuild


=====================================
debian/tests/python3
=====================================
@@ -8,5 +8,5 @@ cd "$AUTOPKGTEST_TMP"
 
 for py in $PYS; do
     echo "=== $py ==="
-    $py -m pytest -v --pyargs pyresample 2>&1
+    $py -m pytest -v --pyargs pyresample -k "not test_compare_to_legacy and 
not legacy_dask_ewa" 2>&1
 done



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyresample/-/commit/fa8a0083d17408396d3f4c2a4ac61800092af4b6

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyresample/-/commit/fa8a0083d17408396d3f4c2a4ac61800092af4b6
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

Reply via email to