diff mbox series

support/testing: remove TestPythonPy2Colorzero

Message ID 20210513143731.3156488-1-romain.naour@gmail.com
State Accepted
Headers show
Series support/testing: remove TestPythonPy2Colorzero | expand

Commit Message

Romain Naour May 13, 2021, 2:37 p.m. UTC
The python2 support has been removed since the python-colorzero bump version to 2.0.

[1] 73bf3292e16b9419c5c88d10e9755d7208ca3623

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Peter Seiderer <ps.report@gmx.net>
---
 .../testing/tests/package/test_python_colorzero.py    | 11 -----------
 1 file changed, 11 deletions(-)

Comments

Peter Korsgaard May 14, 2021, 5:25 p.m. UTC | #1
>>>>> "Romain" == Romain Naour <romain.naour@gmail.com> writes:

 > The python2 support has been removed since the python-colorzero bump version to 2.0.
 > [1] 73bf3292e16b9419c5c88d10e9755d7208ca3623

 > Signed-off-by: Romain Naour <romain.naour@gmail.com>
 > Cc: Peter Seiderer <ps.report@gmx.net>

Committed, thanks.
diff mbox series

Patch

diff --git a/support/testing/tests/package/test_python_colorzero.py b/support/testing/tests/package/test_python_colorzero.py
index b7c228ac3c..d67f77bdd4 100644
--- a/support/testing/tests/package/test_python_colorzero.py
+++ b/support/testing/tests/package/test_python_colorzero.py
@@ -1,17 +1,6 @@ 
 from tests.package.test_python import TestPythonPackageBase
 
 
-class TestPythonPy2Colorzero(TestPythonPackageBase):
-    __test__ = True
-    config = TestPythonPackageBase.config + \
-        """
-        BR2_PACKAGE_PYTHON=y
-        BR2_PACKAGE_PYTHON_COLORZERO=y
-        """
-    sample_scripts = ["tests/package/sample_python_colorzero.py"]
-    timeout = 30
-
-
 class TestPythonPy3Colorzero(TestPythonPackageBase):
     __test__ = True
     config = TestPythonPackageBase.config + \