[Python-modules-commits] r29077 - in packages/ipython/trunk/debian/patches (2 files)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Sun May 25 18:08:56 UTC 2014
Date: Sunday, May 25, 2014 @ 18:08:55
Author: jtaylor-guest
Revision: 29077
remove obsolete disabled patch
Modified:
packages/ipython/trunk/debian/patches/series
Deleted:
packages/ipython/trunk/debian/patches/test-default-tk.patch
Modified: packages/ipython/trunk/debian/patches/series
===================================================================
--- packages/ipython/trunk/debian/patches/series 2014-05-25 18:07:21 UTC (rev 29076)
+++ packages/ipython/trunk/debian/patches/series 2014-05-25 18:08:55 UTC (rev 29077)
@@ -3,6 +3,5 @@
use-system-mathjax-if-available.patch
shared-static-path.patch
no-submodule-check.patch
-#test-default-tk.patch
packaged-js.patch
split-pkg.patch
Deleted: packages/ipython/trunk/debian/patches/test-default-tk.patch
===================================================================
--- packages/ipython/trunk/debian/patches/test-default-tk.patch 2014-05-25 18:07:21 UTC (rev 29076)
+++ packages/ipython/trunk/debian/patches/test-default-tk.patch 2014-05-25 18:08:55 UTC (rev 29077)
@@ -1,38 +0,0 @@
-Description: default debian backend is tk
-Forwarded: not-needed
---- a/IPython/core/tests/test_pylabtools.py
-+++ b/IPython/core/tests/test_pylabtools.py
-@@ -196,24 +196,24 @@ class TestPylabSwitch(object):
- def test_qt(self):
- s = self.Shell()
- gui, backend = s.enable_matplotlib(None)
-- nt.assert_equal(gui, 'qt')
-- nt.assert_equal(s.pylab_gui_select, 'qt')
-+ nt.assert_equal(gui, 'tk')
-+ nt.assert_equal(s.pylab_gui_select, 'tk')
-
- gui, backend = s.enable_matplotlib('inline')
- nt.assert_equal(gui, 'inline')
-- nt.assert_equal(s.pylab_gui_select, 'qt')
-+ nt.assert_equal(s.pylab_gui_select, 'tk')
-
-- gui, backend = s.enable_matplotlib('qt')
-- nt.assert_equal(gui, 'qt')
-- nt.assert_equal(s.pylab_gui_select, 'qt')
-+ gui, backend = s.enable_matplotlib('tk')
-+ nt.assert_equal(gui, 'tk')
-+ nt.assert_equal(s.pylab_gui_select, 'tk')
-
- gui, backend = s.enable_matplotlib('inline')
- nt.assert_equal(gui, 'inline')
-- nt.assert_equal(s.pylab_gui_select, 'qt')
-+ nt.assert_equal(s.pylab_gui_select, 'tk')
-
- gui, backend = s.enable_matplotlib()
-- nt.assert_equal(gui, 'qt')
-- nt.assert_equal(s.pylab_gui_select, 'qt')
-+ nt.assert_equal(gui, 'tk')
-+ nt.assert_equal(s.pylab_gui_select, 'tk')
-
- def test_inline(self):
- s = self.Shell()
More information about the Python-modules-commits
mailing list