blob: e3a4a309c106d28ceed0f2d2033126da41ba7887 [file] [log] [blame] [edit]
from tests.package.test_python import TestPythonPackageBase
class TestPythonPy3Dtschema(TestPythonPackageBase):
__test__ = True
config = TestPythonPackageBase.config + \
"""
BR2_PACKAGE_PYTHON3=y
BR2_PACKAGE_PYTHON_DTSCHEMA=y
"""
sample_scripts = ["tests/package/sample_python_dtschema.py"]
timeout = 40