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

@@ -27,15 +27,6 @@ class TestPythonArgh(TestPythonPackageBase):
self.assertEqual(exit_code, 2)
class TestPythonPy2Argh(TestPythonArgh):
__test__ = True
config = TestPythonArgh.config + \
"""
BR2_PACKAGE_PYTHON=y
BR2_PACKAGE_PYTHON_ARGH=y
"""
class TestPythonPy3Argh(TestPythonArgh):
__test__ = True
config = TestPythonArgh.config + \