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


Commits:
55cb5e97 by Antonio Valentino at 2023-07-14T08:05:46+00:00
Add build dependency on pytest

- - - - -
8429ddbd by Antonio Valentino at 2023-07-14T08:13:25+00:00
Fix autopkgtests

- - - - -
949a6cca by Antonio Valentino at 2023-07-14T08:13:38+00:00
Set distribution to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/tests/control
- debian/tests/python3


Changes:

=====================================
debian/changelog
=====================================
@@ -1,17 +1,19 @@
-pyorbital (1.8.0-1) UNRELEASED; urgency=medium
+pyorbital (1.8.0-1) unstable; urgency=medium
 
   [ Bas Couwenberg ]
-  * Team upload.
   * Bump debhelper compat to 13.
 
   [ Antonio Valentino ]
   * New upstream release.
   * Update d/copyright.
+  * debian/control:
+    - add build dependency on pytest.
+  * Fix autopkgtests.
   * debian/patches:
     - drop 0001-Fix-floating-point-comparison.patch,
       applied upstream.
 
- -- Bas Couwenberg <[email protected]>  Tue, 13 Jun 2023 08:30:30 +0200
+ -- Antonio Valentino <[email protected]>  Fri, 14 Jul 2023 
08:13:29 +0000
 
 pyorbital (1.7.3-2) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -9,6 +9,7 @@ Build-Depends: debhelper-compat (= 13),
                python3-all,
                python3-dask,
                python3-numpy,
+               python3-pytest,
                python3-requests,
                python3-scipy,
                python3-setuptools,


=====================================
debian/tests/control
=====================================
@@ -1,3 +1,2 @@
 Tests: python3
-Depends: python3-pyorbital, python3-all, python3-xarray, python3-dask
-
+Depends: @, @builddeps@, python3-all


=====================================
debian/tests/python3
=====================================
@@ -8,5 +8,5 @@ cd "$AUTOPKGTEST_TMP"
 
 for py in $PYS; do
     echo "=== $py ==="
-    $py -m unittest -v pyorbital.tests.suite 2>&1
+    $py -m pytest -v --pyargs ${TESTPKG} 2>&1
 done



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyorbital/-/compare/adbb50253caa39599905985c406f44832f9e0912...949a6cca11c380c0e1920b927e53f63bb40c58e9

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyorbital/-/compare/adbb50253caa39599905985c406f44832f9e0912...949a6cca11c380c0e1920b927e53f63bb40c58e9
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