From 2965bcf0e93dc31fc0b6b9c5d2732d1f9f1ea715 2021-10-23 12:01:15 From: Samuel Gaist Date: 2021-10-23 12:01:15 Subject: [PATCH] [core][tests][handlers] Remove nose --- diff --git a/IPython/core/tests/test_handlers.py b/IPython/core/tests/test_handlers.py index 1924817..e151e70 100644 --- a/IPython/core/tests/test_handlers.py +++ b/IPython/core/tests/test_handlers.py @@ -4,9 +4,6 @@ # Module imports #----------------------------------------------------------------------------- -# third party -import nose.tools as nt - # our own packages from IPython.core import autocall from IPython.testing import tools as tt @@ -91,4 +88,4 @@ def test_handlers(): ]) ip.magic('autocall 1') - nt.assert_equal(failures, []) + assert failures == []