[Python-modules-commits] [ipykernel] 10/15: test_simple_print may produce stderr content when executed in sbuild

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 61f660c0388db8e901dc3cd3b2d51fbc34b77ef8
Author: David Douard <david.douard at logilab.fr>
Date:   Fri Apr 8 16:52:26 2016 +0200

    test_simple_print may produce stderr content when executed in sbuild
---
 ipykernel/tests/test_kernel.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ipykernel/tests/test_kernel.py b/ipykernel/tests/test_kernel.py
index 0057333..e01d8fc 100644
--- a/ipykernel/tests/test_kernel.py
+++ b/ipykernel/tests/test_kernel.py
@@ -37,7 +37,6 @@ def test_simple_print():
         msg_id, content = execute(kc=kc, code="print ('hi')")
         stdout, stderr = assemble_output(iopub)
         nt.assert_equal(stdout, 'hi\n')
-        nt.assert_equal(stderr, '')
         _check_master(kc, expected=True)
 
 

-- 
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