[Python-modules-commits] [html5lib] 02/03: Add Build-Depends on pytest-expect
Diane Trout
diane at moszumanska.debian.org
Tue Nov 15 19:05:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
diane pushed a commit to branch master
in repository html5lib.
commit f0f2328e80e559474e460126efa77b24b3f5a5fe
Author: Diane Trout <diane at ghic.org>
Date: Tue Nov 15 10:47:35 2016 -0800
Add Build-Depends on pytest-expect
https://github.com/html5lib/html5lib-python/issues/279
mentions that pytest-expect was needed to run tests.
---
debian/changelog | 2 ++
debian/control | 2 ++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index babea48..6a9d589 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,8 @@ html5lib (0.999999999-1) UNRELEASED; urgency=medium
decorators.
* d/control
- Remove from Build-Depends: python{,3}-nose
+ - Add to Build-Depends: python{,3}-pytest-expect needed
+ to run tests.
-- Barry Warsaw <barry at debian.org> Tue, 05 Jul 2016 09:25:15 -0400
html5lib (0.999-4) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 36f8076..4e486f8 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 8),
python-flake8,
python-mock,
python-pytest,
+ python-pytest-expect,
python-setuptools,
python-six,
python-webencodings,
@@ -16,6 +17,7 @@ Build-Depends: debhelper (>= 8),
python3-flake8,
python3-mock,
python3-pytest,
+ python3-pytest-expect,
python3-setuptools,
python3-six,
python3-webencodings,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/html5lib.git
More information about the Python-modules-commits
mailing list