[Python-modules-commits] [python-keyring] 01/03: Add python[3]-pytest to autopkgtest dependencies.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Mon Dec 5 18:48:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository python-keyring.
commit 5deac8d1d953e1b3cefd3b990fe0e2ea2b05bb1b
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Mon Dec 5 21:43:57 2016 +0300
Add python[3]-pytest to autopkgtest dependencies.
---
debian/changelog | 1 +
debian/tests/control | 6 ++++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 069d1f7..368bbab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ python-keyring (10.1-1) UNRELEASED; urgency=medium
* Drop secretstorage_any_collection.diff, applied upstream.
* Bump setuptools-scm dependency to ≥ 1.15.0, as required by setup.py.
* Disable the tests, they were all skipped anyway.
+ * Add python[3]-pytest to autopkgtest dependencies.
-- Dmitry Shachnev <mitya57 at debian.org> Mon, 05 Dec 2016 18:07:01 +0300
diff --git a/debian/tests/control b/debian/tests/control
index 1f0fa6f..91a26ca 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,9 +1,11 @@
Tests: secretstorage-python2
Depends: gnome-keyring (>= 3.11.92),
- python-keyring
+ python-keyring,
+ python-pytest
Restrictions: allow-stderr
Tests: secretstorage-python3
Depends: gnome-keyring (>= 3.11.92),
- python3-keyring
+ python3-keyring,
+ python3-pytest
Restrictions: allow-stderr
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-keyring.git
More information about the Python-modules-commits
mailing list