[Python-modules-commits] [python-webob] 06/06: replace nose with pytest
Piotr Ożarowski
piotr at moszumanska.debian.org
Tue Dec 27 23:11:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
piotr pushed a commit to branch master
in repository python-webob.
commit 8bf0e552421e0676cf0534fedc1925279b63080c
Author: Piotr Ożarowski <piotr at debian.org>
Date: Wed Dec 28 00:03:21 2016 +0100
replace nose with pytest
---
debian/changelog | 1 +
debian/control | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3371c40..eefbc7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
python-webob (1.7.0-1) unstable; urgency=medium
* New upstream release
+ - nose replaced with pytest
-- Piotr Ożarowski <piotr at debian.org> Wed, 28 Dec 2016 00:01:48 +0100
diff --git a/debian/control b/debian/control
index 0b2c6e2..1de4d82 100644
--- a/debian/control
+++ b/debian/control
@@ -9,12 +9,12 @@ Uploaders: Piotr Ożarowski <piotr at debian.org>,
Build-Depends: debhelper (>= 9), dh-python
Build-Depends-Indep: python-all (>= 2.6.6-3),
python-doc,
- python-nose,
+ python-pytest,
python-setuptools (>= 0.6b3-1~),
python-sphinx (>= 1.0.7+dfsg-1~),
python3-all,
python3-doc,
- python3-nose,
+ python3-pytest,
python3-setuptools
Standards-Version: 3.9.8
Homepage: http://webob.org/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-webob.git
More information about the Python-modules-commits
mailing list