[Debian-astro-commits] [python-astropy] 01/01: Qualify dependency on pytest >= 2.7.0

Leo Singer lsinger-guest at moszumanska.debian.org
Tue Apr 11 20:12:20 UTC 2017


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

lsinger-guest pushed a commit to branch master
in repository python-astropy.

commit c686aa2a22cac455bca5a6b7eaebdb3d2c4aafcd
Author: Leo Singer <leo.singer at ligo.org>
Date:   Sun Apr 9 07:48:58 2017 -0400

    Qualify dependency on pytest >= 2.7.0
    
    The unit tests make use of parameterize ids as a callable, a feature that
    was added in that version. See also:
    
    https://docs.pytest.org/en/latest/changelog.html#id156
---
 debian/changelog | 4 ++++
 debian/control   | 8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5121cad..beffd39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ python-astropy (1.3.2-1) UNRELEASED; urgency=medium
   [ Leo Singer ]
   * Enable Matplotlib tests
   * Add build dependency on h5py to enable related unit tests
+  * Qualify dependency on pytest >= 2.7.0 because the unit tests
+    make use of parameterize ids as a callable, a feature that was
+    added in that version. See also:
+    https://docs.pytest.org/en/latest/changelog.html#id156
 
   [ Ole Streicher ]
   * New upstream version 1.3.2
diff --git a/debian/control b/debian/control
index e8923f1..ce4a94b 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends: cython,
                python-nose,
                python-numpy (>= 1.4),
                python-ply,
-               python-pytest,
+               python-pytest (>= 2.7.0),
                python-pytest-mpl,
                python-scipy,
                python-setuptools (>= 0.6.4),
@@ -36,7 +36,7 @@ Build-Depends: cython,
                python3-nose,
                python3-numpy (>= 1:1.6.2),
                python3-ply,
-               python3-pytest,
+               python3-pytest (>= 2.7.0),
                python3-pytest-mpl,
                python3-scipy,
                python3-setuptools (>= 0.6.4),
@@ -55,7 +55,7 @@ Package: python-astropy
 Architecture: any
 Depends: python-configobj,
          python-ply,
-         python-pytest,
+         python-pytest (>= 2.7.0),
          python-six (>= 1.10.0),
          ${misc:Depends},
          ${python:Depends},
@@ -82,7 +82,7 @@ Package: python3-astropy
 Architecture: any
 Depends: python3-configobj,
          python3-ply,
-         python3-pytest,
+         python3-pytest (>= 2.7.0),
          python3-six (>= 1.10.0),
          ${misc:Depends},
          ${python3:Depends},

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



More information about the Debian-astro-commits mailing list