This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119373 additions and 73690 deletions
@@ -1,17 +1,6 @@
from tests.package.test_python import TestPythonPackageBase
class TestPythonPy2Txaio(TestPythonPackageBase):
__test__ = True
config = TestPythonPackageBase.config + \
"""
BR2_PACKAGE_PYTHON=y
BR2_PACKAGE_PYTHON_TXAIO=y
BR2_PACKAGE_PYTHON_TWISTED=y
"""
sample_scripts = ["tests/package/sample_python_txaio_twisted.py"]
class TestPythonPy3Txaio(TestPythonPackageBase):
__test__ = True
config = TestPythonPackageBase.config + \