This is an automated email from the git hooks/post-receive script. yoh pushed a commit to branch master in repository python-mne.
commit 668dc1c5080b70ed80921ba5a6c56c94cc147e9f Author: Yaroslav Halchenko <[email protected]> Date: Thu Nov 10 22:38:28 2016 -0500 debian/rules --exclude=test_add_slider_to_section for nose --- debian/changelog | 10 ++++++++++ debian/rules | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 70490a4..90da784 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +python-mne (0.13+git5-g028f2ee-2) unstable; urgency=medium + + * debian/rules + - --exclude=test_add_slider_to_section for nose to avoid floating + unicode issue (see https://github.com/mne-tools/mne-python/issues/3657 + upstream report). If builds, Closes #837276 (originally FTBFS due to + some mayavi2 availability issue) + + -- Yaroslav Halchenko <[email protected]> Thu, 10 Nov 2016 22:36:23 -0500 + python-mne (0.13+git5-g028f2ee-1) unstable; urgency=medium * Fresh upstream release diff --git a/debian/rules b/debian/rules index fa02162..54f9d1a 100755 --- a/debian/rules +++ b/debian/rules @@ -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 + $(NOSETESTS) --exclude=test_add_slider_to_section 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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
