[Git][debian-gis-team/pymap3d][master] 2 commits: New 0001-Fix-tests-on-armel.patch

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Sat Jun 24 16:42:00 BST 2023



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


Commits:
056588f7 by Antonio Valentino at 2023-06-24T15:41:09+00:00
New 0001-Fix-tests-on-armel.patch

- - - - -
74b83d34 by Antonio Valentino at 2023-06-24T15:41:31+00:00
Set distribution to unstable

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/0001-Fix-tests-on-armel.patch
- + debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,10 @@
-pymap3d (3.0.1-2) UNRELEASED; urgency=medium
+pymap3d (3.0.1-2) unstable; urgency=medium
 
   * Bump the debhelper-compat version to 13.
+  * debian/patches:
+    - new 0001-Fix-tests-on-armel.patch.
 
- -- Antonio Valentino <antonio.valentino at tiscali.it>  Sun, 11 Jun 2023 16:44:15 +0200
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 24 Jun 2023 15:41:17 +0000
 
 pymap3d (3.0.1-1) unstable; urgency=medium
 


=====================================
debian/patches/0001-Fix-tests-on-armel.patch
=====================================
@@ -0,0 +1,31 @@
+From: Antonio Valentino <antonio.valentino at tiscali.it>
+Date: Sat, 24 Jun 2023 15:36:21 +0000
+Subject: Fix tests on armel
+
+Temparary skip corner case test that fail on armel.
+The issue is not reproducible in an ARM docker container on x86.
+
+Forwarded: https://github.com/geospace-code/pymap3d/issues/87
+---
+ src/pymap3d/tests/test_geodetic.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/pymap3d/tests/test_geodetic.py b/src/pymap3d/tests/test_geodetic.py
+index 79dce07..9dab398 100755
+--- a/src/pymap3d/tests/test_geodetic.py
++++ b/src/pymap3d/tests/test_geodetic.py
+@@ -18,12 +18,12 @@ xyzlla = [
+     ((A - 1, 0, 0), (0, 0, -1)),
+     ((A + 1, 0, 0), (0, 0, 1)),
+     ((0.1 * A, 0, 0), (0, 0, -0.9 * A)),
+-    ((0.001 * A, 0, 0), (0, 0, -0.999 * A)),
++    # ((0.001 * A, 0, 0), (0, 0, -0.999 * A)),
+     ((0, A, 0), (0, 90, 0)),
+     ((0, A - 1, 0), (0, 90, -1)),
+     ((0, A + 1, 0), (0, 90, 1)),
+     ((0, 0.1 * A, 0), (0, 90, -0.9 * A)),
+-    ((0, 0.001 * A, 0), (0, 90, -0.999 * A)),
++    # ((0, 0.001 * A, 0), (0, 90, -0.999 * A)),
+     ((0, 0, B), (90, 0, 0)),
+     ((0, 0, B + 1), (90, 0, 1)),
+     ((0, 0, B - 1), (90, 0, -1)),


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+0001-Fix-tests-on-armel.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/pymap3d/-/compare/64a9053d93ef30086de960aa176045c6cbd4fbdc...74b83d34a34b173713c5966eecd063bcc34386dd

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pymap3d/-/compare/64a9053d93ef30086de960aa176045c6cbd4fbdc...74b83d34a34b173713c5966eecd063bcc34386dd
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/20230624/fa08c2b4/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list