[Git][debian-gis-team/python-affine][master] Fix test command
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sat Aug 8 17:26:58 BST 2026
Antonio Valentino pushed to branch master at Debian GIS Project / python-affine
Commits:
3a9ce0d0 by Antonio Valentino at 2026-08-08T16:17:10+00:00
Fix test command
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -8,6 +8,8 @@ python-affine (3.0.0-1) unstable; urgency=medium
* Update d/copyright.
* debian/control:
- Add dependency on python3-attrs.
+ * debian/rules:
+ - Fix test command.
-- Antonio Valentino <antonio.valentino at tiscali.it> Sat, 08 Aug 2026 15:51:32 +0000
=====================================
debian/rules
=====================================
@@ -1,11 +1,7 @@
#!/usr/bin/make -f
export PYBUILD_NAME=affine
-ifeq ($(PYBUILD_AUTOPKGTEST),1)
-export PYBUILD_TEST_ARGS=-v --pyargs ${PYBUILD_NAME}
-else
-export PYBUILD_TEST_ARGS=-v
-endif
+export PYBUILD_TEST_ARGS=-v tests
%:
dh $@ --buildsystem pybuild
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-affine/-/commit/3a9ce0d01e22f46004db5acee7363e1bfa863cad
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-affine/-/commit/3a9ce0d01e22f46004db5acee7363e1bfa863cad
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20260808/c2c719d6/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list