[Git][debian-gis-team/glymur][master] 2 commits: Skip test_thread_support

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Sun Aug 7 08:02:03 BST 2022



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


Commits:
fb0b640a by Antonio Valentino at 2022-08-07T06:58:05+00:00
Skip test_thread_support

- - - - -
c93b7db1 by Antonio Valentino at 2022-08-07T06:58:26+00:00
Set distribution to unstable

- - - - -


3 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+glymur (0.11.0-3) unstable; urgency=medium
+
+  * Skip test_thread_support: not supported on all platforms.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sun, 07 Aug 2022 06:58:12 +0000
+
 glymur (0.11.0-2) unstable; urgency=medium
 
   * Add libtiff5 to dependencies and test dependencies.


=====================================
debian/rules
=====================================
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 export PYBUILD_TEST_ARGS=\
--k 'not test__printing__geotiff_uuid__xml_sidecar and not test_print_bad_geotiff' \
+-k 'not test__printing__geotiff_uuid__xml_sidecar and not test_print_bad_geotiff and not test_thread_support' \
 $(CURDIR)/tests
 
 %:


=====================================
debian/tests/python3
=====================================
@@ -8,5 +8,5 @@ cd "$AUTOPKGTEST_TMP"
 
 for py in $PYS; do
     echo "=== $py ==="
-    $py -m pytest -k "not test__printing__geotiff_uuid__xml_sidecar and not test_print_bad_geotiff" ${TESTDIR}
+    $py -m pytest -k "not test__printing__geotiff_uuid__xml_sidecar and not test_print_bad_geotiff and not test_thread_support" ${TESTDIR}
 done



View it on GitLab: https://salsa.debian.org/debian-gis-team/glymur/-/compare/227e163869876593d10a3d1b92ff6104e25b9915...c93b7db12b9e11f6d42f8061834cc51855431670

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/glymur/-/compare/227e163869876593d10a3d1b92ff6104e25b9915...c93b7db12b9e11f6d42f8061834cc51855431670
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/20220807/639f18b2/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list