[Git][debian-gis-team/python-click-plugins][master] 2 commits: Drop autopkgtests to test installability & module import.

Bas Couwenberg gitlab at salsa.debian.org
Mon Aug 6 09:57:58 BST 2018


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


Commits:
9d69d51f by Bas Couwenberg at 2018-08-06T08:57:41Z
Drop autopkgtests to test installability & module import.

- - - - -
95af45c2 by Bas Couwenberg at 2018-08-06T08:57:51Z
Add lintian override for testsuite-autopkgtest-missing.

- - - - -


3 changed files:

- debian/changelog
- + debian/source/lintian-overrides
- − debian/tests/control


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 python-click-plugins (1.0.2-3) UNRELEASED; urgency=medium
 
   * Bump Standards-Version to 4.2.0, no changes.
+  * Drop autopkgtests to test installability & module import.
+  * Add lintian override for testsuite-autopkgtest-missing.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 05 Aug 2018 20:50:08 +0200
 


=====================================
debian/source/lintian-overrides
=====================================
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,3 @@
+# Not worth the effort
+testsuite-autopkgtest-missing
+


=====================================
debian/tests/control deleted
=====================================
--- a/debian/tests/control
+++ /dev/null
@@ -1,11 +0,0 @@
-# Test installability
-Depends: @
-Test-Command: /bin/true
-
-# Test module import (Python 2)
-Depends: python-all, python-click-plugins
-Test-Command: set -e ; for py in $(pyversions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import click_plugins; print(click_plugins)" ; done
-
-# Test module import (Python 3)
-Depends: python3-all, python3-click-plugins
-Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import click_plugins; print(click_plugins)" ; done



View it on GitLab: https://salsa.debian.org/debian-gis-team/python-click-plugins/compare/84778915c90c611e592c63af39d7f30a7c08fd60...95af45c269bd4ac516d2acb481a481f18b56309c

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-click-plugins/compare/84778915c90c611e592c63af39d7f30a7c08fd60...95af45c269bd4ac516d2acb481a481f18b56309c
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/20180806/6aba5c08/attachment.html>


More information about the Pkg-grass-devel mailing list