[med-svn] [python-mne] 01/01: Hotfix for FTBFS due to network	connectivity
    Michael Hanke 
    mih at moszumanska.debian.org
       
    Mon Sep  8 11:35:57 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
mih pushed a commit to branch master
in repository python-mne.
commit 4b47c44ced7ec29637a383007e3c4cd9eece950d
Author: Michael Hanke <mih at debian.org>
Date:   Wed Sep 3 15:58:08 2014 +0200
    Hotfix for FTBFS due to network connectivity
    
    Upstream should make this more uniform.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index e1164d8..18af47a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ override_dh_clean:
 	dh_clean
 
 override_dh_auto_test:
-	MNE_SKIP_SAMPLE_DATASET_TESTS=true MNE_FORCE_SERIAL=true MNE_SKIP_NETWORK_TESTS=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
 
-- 
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