[med-svn] [python-mne] 06/08: adding pytest to build-depends
Yaroslav Halchenko
debian at onerussian.com
Tue Dec 5 02:52:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
yoh pushed a commit to branch master
in repository python-mne.
commit 6fb62387751594a25f76134cf065f3b51429c38e
Author: Yaroslav Halchenko <debian at onerussian.com>
Date: Mon Dec 4 17:33:05 2017 -0500
adding pytest to build-depends
---
debian/changelog | 3 +++
debian/control | 4 ++++
2 files changed, 7 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 44cb368..57b584e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ python-mne (0.15.2+dfsg-1) unstable; urgency=medium
* New upstream release (Closes: #858909)
- should resolve failing tests (Closes: #877344)
+ * debian/control
+ - Added python-pytest{,-cov} to build-depends and switch to use
+ py.test in debian/rules
-- Yaroslav Halchenko <debian at onerussian.com> Mon, 04 Dec 2017 13:07:52 -0500
diff --git a/debian/control b/debian/control
index 47478d0..fc63e85 100644
--- a/debian/control
+++ b/debian/control
@@ -11,11 +11,14 @@ Build-Depends: debhelper (>= 10),
python-scipy,
python-sphinx,
python-nose,
+ python-pytest,
+ python-pytest-cov,
python-setuptools,
python-matplotlib,
python-joblib,
python-sklearn,
mayavi2 (>= 4.4.3~) | python-vtk6 | python-vtk,
+ python-tk,
xvfb,
xauth,
libgl1-mesa-dri,
@@ -46,6 +49,7 @@ Depends: ${misc:Depends},
libjs-jquery-ui,
libjs-d3
Recommends: python-nose,
+ python-pytest,
mayavi2
Suggests: python-dap,
python-pycuda,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-mne.git
More information about the debian-med-commit
mailing list