[Python-modules-commits] [python-textile] 01/03: Build-depend on pytest, pytest-cov and pytest-runner instead of nose.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Jun 22 18:36:46 UTC 2016


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

mitya57 pushed a commit to branch master
in repository python-textile.

commit 5d309f30eafe6c1e4176fce74a5ec31302c1daf4
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Wed Jun 22 21:21:41 2016 +0300

    Build-depend on pytest, pytest-cov and pytest-runner instead of nose.
---
 debian/changelog | 1 +
 debian/control   | 8 ++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 26ef4d5..4ab8127 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ python-textile (1:2.3.2-1) UNRELEASED; urgency=medium
   * Update debian/watch to point to GitHub, as the tarballs on PyPI no
     longer contain tests.
   * New upstream release.
+  * Build-depend on pytest, pytest-cov and pytest-runner instead of nose.
 
  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 22:24:46 +0200
 
diff --git a/debian/control b/debian/control
index a747443..7cd22af 100644
--- a/debian/control
+++ b/debian/control
@@ -7,11 +7,15 @@ Build-Depends: debhelper (>= 9),
                dh-python,
                python (>= 2.6.6-3~),
                python-html5lib,
-               python-nose,
+               python-pytest,
+               python-pytest-cov,
+               python-pytest-runner,
                python-setuptools,
                python3-all,
                python3-html5lib,
-               python3-nose,
+               python3-pytest,
+               python3-pytest-cov,
+               python3-pytest-runner,
                python3-setuptools
 Standards-Version: 3.9.6
 X-Python-Version: >= 2.6

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



More information about the Python-modules-commits mailing list