diff options
Diffstat (limited to 'support/testing/tests/package/test_ipython.py')
-rw-r--r-- | support/testing/tests/package/test_ipython.py | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/support/testing/tests/package/test_ipython.py b/support/testing/tests/package/test_ipython.py index dd8bf500a3..a943101372 100644 --- a/support/testing/tests/package/test_ipython.py +++ b/support/testing/tests/package/test_ipython.py @@ -11,10 +11,10 @@ from tests.package.test_python import TestPythonBase # class TestIPythonPy2(TestPythonBase): config = TestPythonBase.config + \ -""" -BR2_PACKAGE_PYTHON=y -BR2_PACKAGE_PYTHON_IPYTHON=y -""" + """ + BR2_PACKAGE_PYTHON=y + BR2_PACKAGE_PYTHON_IPYTHON=y + """ interpreter = "ipython" def test_run(self): @@ -24,10 +24,10 @@ BR2_PACKAGE_PYTHON_IPYTHON=y class TestIPythonPy3(TestPythonBase): config = TestPythonBase.config + \ -""" -BR2_PACKAGE_PYTHON3=y -BR2_PACKAGE_PYTHON_IPYTHON=y -""" + """ + BR2_PACKAGE_PYTHON3=y + BR2_PACKAGE_PYTHON_IPYTHON=y + """ interpreter = "ipython" def test_run(self): |