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

@@ -1,17 +1,6 @@
from tests.package.test_python import TestPythonPackageBase
class TestPythonPy2Cbor(TestPythonPackageBase):
__test__ = True
config = TestPythonPackageBase.config + \
"""
BR2_PACKAGE_PYTHON=y
BR2_PACKAGE_PYTHON_CBOR=y
"""
sample_scripts = ["tests/package/sample_python_cbor_enc.py",
"tests/package/sample_python_cbor_dec.py"]
class TestPythonPy3Cbor(TestPythonPackageBase):
__test__ = True
config = TestPythonPackageBase.config + \