[Git][debian-gis-team/python-cartopy][master] Add -v to pytest arguments.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Thu Dec 1 16:16:47 GMT 2022



Bas Couwenberg pushed to branch master at Debian GIS Project / python-cartopy


Commits:
90762834 by Bas Couwenberg at 2022-12-01T17:16:37+01:00
Add -v to pytest arguments.

- - - - -


3 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+python-cartopy (0.21.0+dfsg-4) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Add -v to pytest arguments.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Thu, 01 Dec 2022 17:16:20 +0100
+
 python-cartopy (0.21.0+dfsg-3) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/rules
=====================================
@@ -20,7 +20,7 @@ export PYBUILD_TEST_PYTEST = 1
 # See: https://github.com/SciTools/cartopy/issues/797.
 # Testing of the plot feature (cartopy/tests/mpl/*) is disabled due to a bug in
 # the matplotlib Debian package. See Bug-Debian #838301.
-export PYBUILD_TEST_ARGS = --pyargs -m "not network and not natural_earth"
+export PYBUILD_TEST_ARGS = --pyargs -v -m "not network and not natural_earth"
 
 %:
 	dh $@ --with python3 --buildsystem=pybuild


=====================================
debian/tests/python3
=====================================
@@ -6,5 +6,5 @@ PYS=${PYS:-"$(py3versions -s 2>/dev/null)"}
 
 for py in $PYS; do
     echo "=== $py ==="
-    $py -m pytest --pyargs cartopy.tests.test_crs cartopy.tests.test_geodesic
+    $py -m pytest --pyargs -v cartopy.tests.test_crs cartopy.tests.test_geodesic
 done



View it on GitLab: https://salsa.debian.org/debian-gis-team/python-cartopy/-/commit/90762834bd35735ac7e886d70cec1d08fc966652

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-cartopy/-/commit/90762834bd35735ac7e886d70cec1d08fc966652
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/20221201/c1808cd7/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list