[Python-modules-commits] [ipykernel] 08/15: set JUPYTER_RUNTIME_DIR in d/rules so tests have a chance to pass

Julien Cristau jcristau at moszumanska.debian.org
Fri Apr 8 16:08:33 UTC 2016


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

jcristau pushed a commit to branch master
in repository ipykernel.

commit 3f4ab690109ad2e62d53de854dc92c98c1ed07cf
Author: David Douard <david.douard at logilab.fr>
Date:   Fri Apr 8 16:47:05 2016 +0200

    set JUPYTER_RUNTIME_DIR in d/rules so tests have a chance to pass
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index a27a1d5..ac2d1cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 #export DH_VERBOSE=1
 export PYBUILD_NAME=ipykernel
 export PYBUILD_TEST_ARGS=-v
+export JUPYTER_RUNTIME_DIR=$(CURDIR)/run
+
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
 

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



More information about the Python-modules-commits mailing list