mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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:
committed by
Yann E. MORIN
parent
6e9ecaa0c9
commit
f697096a77
@@ -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 + \
|
||||
|
||||
Reference in New Issue
Block a user