support/testing: drop python2 tests

Python2 for the target is about to get removed, so drop the tests using it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Peter Korsgaard
2022-02-09 17:50:27 +01:00
committed by Yann E. MORIN
parent 6e9ecaa0c9
commit f697096a77
19 changed files with 0 additions and 194 deletions

View File

@@ -39,20 +39,6 @@ class TestPythonBase(infra.basetest.BRTest):
self.assertEqual(exit_code, 1)
class TestPython2(TestPythonBase):
config = TestPythonBase.config + \
"""
BR2_PACKAGE_PYTHON=y
"""
def test_run(self):
self.login()
self.version_test("Python 2")
self.math_floor_test()
self.libc_time_test()
self.zlib_test()
class TestPython3(TestPythonBase):
config = TestPythonBase.config + \
"""