summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2018-04-04 09:53:09 +0100
committerNikolaus Rath <Nikolaus@rath.org>2018-04-04 09:53:09 +0100
commitab143e63e37dce29ef8f7a894ea3b57ba5466e5b (patch)
treed2181d5d333d5cfb837d0d6da3c7ceaff6ba05fb
parent2d000b621572575d7af7f1f235b246937513d966 (diff)
Drop pytest-catchlog dependency in favor of pytest >= 3.3
-rw-r--r--debian/changelog7
-rw-r--r--debian/control3
-rw-r--r--debian/tests/control2
3 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 8d56e26..fb3db1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-dugong (3.7.2+dfsg-2) UNRELEASED; urgency=medium
+
+ * Drop pytest-catchlog dependency in favor of pytest >= 3.3. Closes:
+ #894714.
+
+ -- Nikolaus Rath <Nikolaus@rath.org> Wed, 04 Apr 2018 09:52:36 +0100
+
python-dugong (3.7.2+dfsg-1) unstable; urgency=medium
* python-dugong-doc is now Multi-Arch: foreign.
diff --git a/debian/control b/debian/control
index ff93158..55648ae 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,7 @@ Maintainer: Nikolaus Rath <Nikolaus@rath.org>
Build-Depends: debhelper (>= 9),
python3-all,
python3-sphinx (>= 1.0.7+dfsg),
- python3-pytest (>= 2.8.0),
- python3-pytest-catchlog,
+ python3-pytest (>= 3.3.0),
dh-python,
python3-setuptools
Standards-Version: 4.1.1
diff --git a/debian/tests/control b/debian/tests/control
index 4ada917..6702496 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,2 @@
Tests: upstream-standard
-Depends: python3-pytest, python3-dugong, python3-pytest-catchlog
+Depends: python3-pytest, python3-dugong