From mboxrd@z Thu Jan 1 00:00:00 1970 From: Romain Naour Date: Thu, 13 May 2021 16:34:31 +0200 Subject: [Buildroot] [PATCH] support/testing: remove TestPythonPy2Gpiozero Message-ID: <20210513143431.3155885-1-romain.naour@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net 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 --- support/testing/tests/package/test_python_gpiozero.py | 9 --------- 1 file changed, 9 deletions(-) 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 + \ -- 2.31.1