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

Gordon Ball chronitis-guest at moszumanska.debian.org
Sun Dec 4 13:55:19 UTC 2016


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

chronitis-guest pushed a commit to branch master
in repository ipykernel.

commit 001255ac80d677c91f5940639166f445705c38f6
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 f0c0d01..5f4a053 100644
--- a/ipykernel/tests/test_kernel.py
+++ b/ipykernel/tests/test_kernel.py
@@ -44,7 +44,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