[Python-modules-commits] [python-markdown] 05/06: Use python3-tidylib in tests too.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Fri Jan 29 05:32:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository python-markdown.
commit d148bbbbf2da58bc4c3157b2317ef4e7f8854b76
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Fri Jan 29 08:30:11 2016 +0300
Use python3-tidylib in tests too.
---
debian/changelog | 3 ++-
debian/tests/control | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index de802ec..af73c0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
python-markdown (2.6.5-2) UNRELEASED; urgency=medium
- * Add python3-tidylib to build-dependencies, now that it's available.
+ * Add python3-tidylib to build-dependencies and test dependencies, now
+ that it's available.
* Cherry-pick upstream commit to make code highlighting tests work with
Pygments 2.1 (closes: #813028).
* Update Vcs-Git field to use HTTPS, which is now the recommended protocol
diff --git a/debian/tests/control b/debian/tests/control
index ed9adfb..69e0184 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -2,4 +2,4 @@ Tests: python-markdown
Depends: python-markdown, python-nose, python-pygments, python-tidylib, python-yaml
Tests: python3-markdown
-Depends: python3-markdown, python3-nose, python3-pygments, python3-yaml
+Depends: python3-markdown, python3-nose, python3-pygments, python3-tidylib, python3-yaml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-markdown.git
More information about the Python-modules-commits
mailing list