support/testing: remove TestPythonPy2Gpiozero
authorRomain Naour <romain.naour@gmail.com>
Thu, 13 May 2021 14:34:31 +0000 (16:34 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 14 May 2021 17:24:24 +0000 (19:24 +0200)
The python2 support has been removed since the python-colorzero bump version to 2.0.

Remove the gpiozero test with python2

[1] 73bf3292e16b9419c5c88d10e9755d7208ca3623

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
support/testing/tests/package/test_python_gpiozero.py

index 2498a5551488f93ce4be6aaa6829c3ea77ff29f7..4fe155e6ced20403808cc29c8a96682a124032d0 100644 (file)
@@ -14,15 +14,6 @@ class TestPythonGpiozero(TestPythonPackageBase):
         self.assertRunOk(cmd)
 
 
-class TestPythonPy2Gpiozero(TestPythonGpiozero):
-    __test__ = True
-    config = TestPythonPackageBase.config + \
-        """
-        BR2_PACKAGE_PYTHON=y
-        BR2_PACKAGE_PYTHON_GPIOZERO=y
-        """
-
-
 class TestPythonPy3Gpiozero(TestPythonGpiozero):
     __test__ = True
     config = TestPythonGpiozero.config + \