From: Romain Naour Date: Thu, 13 May 2021 14:34:31 +0000 (+0200) Subject: support/testing: remove TestPythonPy2Gpiozero X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=92177081223ec229fd50de50e8d76448ee80e5db;p=buildroot.git support/testing: remove TestPythonPy2Gpiozero 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 Cc: Peter Seiderer Signed-off-by: Peter Korsgaard --- 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 + \