[Python-modules-commits] [python-llfuse] 01/01: Added missing pytest-catchlogs dependency for unit tests

Nikolaus Rath nikratio-guest at moszumanska.debian.org
Tue Sep 27 18:02:06 UTC 2016


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

nikratio-guest pushed a commit to branch master
in repository python-llfuse.

commit ce25fa2f429161e4cd63fbfbaef6131ef8b2f5e1
Author: Nikolaus Rath <Nikolaus at rath.org>
Date:   Tue Sep 27 10:59:38 2016 -0700

    Added missing pytest-catchlogs dependency for unit tests
---
 debian/changelog     | 6 ++++++
 debian/tests/control | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 90e87bf..b28bd6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-llfuse (1.1.1+dfsg-4) UNRELEASED; urgency=medium
+
+  * Added missing pytest-catchlogs dependency for unit tests
+
+ -- Nikolaus Rath <Nikolaus at rath.org>  Tue, 27 Sep 2016 10:59:53 -0700
+
 python-llfuse (1.1.1+dfsg-3) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff --git a/debian/tests/control b/debian/tests/control
index 3a62bdb..1a1f204 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,10 +1,10 @@
 Tests: upstream-standard
-Depends: python3-pytest, python-pytest, python-llfuse, python3-llfuse, fuse
+Depends: python3-pytest, python-pytest, python-llfuse, python3-llfuse, fuse, python3-pytest-catchlog, python-pytest-catchlog
 
 # This is really the same test suite, but when run with root
 # access (or permission to mount fuse file systems), additional
 # tests will be run.
 Tests: upstream-with-fuse
-Depends: python3-pytest, python-pytest, python-llfuse, python3-llfuse, fuse
+Depends: python3-pytest, python-pytest, python-llfuse, python3-llfuse, fuse, python3-pytest-catchlog, python-pytest-catchlog
 Restrictions: needs-root
 

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



More information about the Python-modules-commits mailing list