[Git][debian-gis-team/sarsen][master] 3 commits: Disabte tests requiring large memory

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Tue Jan 10 20:53:08 GMT 2023



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


Commits:
b10d0a72 by Antonio Valentino at 2023-01-10T20:23:29+00:00
Disabte tests requiring large memory

- - - - -
a032e936 by Antonio Valentino at 2023-01-10T20:34:36+00:00
Update d/copyright

- - - - -
00611e01 by Antonio Valentino at 2023-01-10T20:34:37+00:00
Set distribution to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/copyright
- debian/tests/python3


Changes:

=====================================
debian/changelog
=====================================
@@ -1,10 +1,14 @@
-sarsen (0.9.3+ds-2) UNRELEASED; urgency=medium
+sarsen (0.9.3+ds-2) unstable; urgency=medium
 
-  * Team upload.
+  [ Bas Couwenberg ]
   * Enable numpy3 dh helper.
   * Enable Salsa CI.
 
- -- Bas Couwenberg <sebastic at debian.org>  Thu, 22 Dec 2022 13:10:29 +0100
+  [ Antonio Valentino ]
+  * Disable tests requiring large memory in autopkgtests.
+  * Update dates in d/copyright.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Tue, 10 Jan 2023 20:23:38 +0000
 
 sarsen (0.9.3+ds-1) unstable; urgency=medium
 


=====================================
debian/copyright
=====================================
@@ -11,7 +11,7 @@ Copyright: 2016-2022, B-Open <software at bopen.eu>
 License: Apache-2.0
 
 Files: debian/*
-Copyright: 2022, Antonio Valentino <antonio.valentino at tiscali.it>
+Copyright: 2022-2023, Antonio Valentino <antonio.valentino at tiscali.it>
 License: Apache-2.0
 
 License: Apache-2.0


=====================================
debian/tests/python3
=====================================
@@ -4,11 +4,11 @@ set -efu
 export GITHUB_ACTIONS=true
 
 PYS=${PYS:-"$(py3versions -s 2>/dev/null)"}
-TESTPKG=${TESTPKG:-sarsenl}
+TESTPKG=${TESTPKG:-sarsen}
 TESTDIR=${PWD}/tests
 cd "$AUTOPKGTEST_TMP"
 
 for py in $PYS; do
     echo "=== $py ==="
-    $py -m pytest -v ${TESTDIR}
+    $py -m pytest -v -k "not test_Sentinel1SarProduct"  ${TESTDIR}
 done



View it on GitLab: https://salsa.debian.org/debian-gis-team/sarsen/-/compare/48e20029a7e86fecab57cf4c40cb4a934f000f93...00611e01953d6e354f430c56626832f9b373e68d

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/sarsen/-/compare/48e20029a7e86fecab57cf4c40cb4a934f000f93...00611e01953d6e354f430c56626832f9b373e68d
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/20230110/e3b8ef92/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list