blob: d8618c16813ed61bb626e022e1bce61b491b0e9a [file] [log] [blame] [edit]
from tests.package.test_python import TestPythonPackageBase
class TestPythonPy3DiskCache(TestPythonPackageBase):
__test__ = True
config = TestPythonPackageBase.config + \
"""
BR2_PACKAGE_PYTHON3=y
BR2_PACKAGE_PYTHON_DISKCACHE=y
"""
sample_scripts = ["tests/package/sample_python_diskcache.py"]
timeout = 10