diff --git a/support/testing/tests/package/test_python_gpiozero.py b/support/testing/tests/package/test_python_gpiozero.py index 2498a55514..4fe155e6ce 100644 --- a/support/testing/tests/package/test_python_gpiozero.py +++ b/support/testing/tests/package/test_python_gpiozero.py @@ -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 + \