[med-svn] [python-mne] 08/08: switch to py.test
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 41115b382a56311342a62a288a6ef7b9732ee224
Author: Yaroslav Halchenko <debian at onerussian.com>
Date: Mon Dec 4 20:16:23 2017 -0500
switch to py.test
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 4e5ac91..991c180 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# -*- makefile -*-
-NOSETESTS=nosetests
+TESTRUNNER=py.test
# to avoid cannot set toolkit to qt4 because it has already been set to wx
export ETS_TOOLKIT=qt4
@@ -26,7 +26,7 @@ override_dh_auto_test:
HOME=$(CURDIR)/build \
MNE_DONTWRITE_HOME=true MNE_SKIP_SAMPLE_DATASET_TESTS=true MNE_FORCE_SERIAL=true MNE_SKIP_NETWORK_TESTS=1 \
xvfb-run --auto-servernum --server-num=20 -s "-screen 0 1024x768x24 -ac +extension GLX +render -noreset" \
- $(NOSETESTS) mne
+ $(TESTRUNNER) -s -v mne
get-orig-source:
uscan --verbose --force-download --repack --compress xz
--
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