[Python-modules-commits] [pytest-pylint] 01/01: d/tests: Run tests on all supported Python versions

Ondřej Nový onovy at moszumanska.debian.org
Thu Jul 20 14:11:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

onovy pushed a commit to branch master
in repository pytest-pylint.

commit bf8057ce8a5bcd0df70f7fa02178564e4d153cfe
Author: Ondřej Nový <onovy at debian.org>
Date:   Thu Jul 20 16:10:36 2017 +0200

    d/tests: Run tests on all supported Python versions
---
 debian/changelog     | 1 +
 debian/tests/control | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7a445aa..1057983 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pytest-pylint (0.7.1-1) unstable; urgency=medium
 
   [ Ondřej Nový ]
   * Bumped debhelper version to 10
+  * d/tests: Run tests on all supported Python versions
 
   [ Michael Hudson-Doyle ]
   * Prevent tests in the debian/$pkg directories from being collected when
diff --git a/debian/tests/control b/debian/tests/control
index f8f6335..77114bf 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,7 +1,9 @@
-Depends: python-pytest-pylint,
+Depends: python-all,
+         python-pytest-pylint,
          python-setuptools,
 Test-Command: set -e; for py in $(pyversions -i); do echo "[*] testing on $py:"; $py -Wd -m pytest -v -x 2>&1; done
 
-Depends: python3-pytest-pylint,
+Depends: python3-all,
+         python3-pytest-pylint,
          python3-setuptools,
 Test-Command: set -e; for py in $(py3versions -i); do echo "[*] testing on $py:"; $py -Wd -m pytest -v -x 2>&1; done

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest-pylint.git



More information about the Python-modules-commits mailing list