support/testing: remove TestPythonPy2{Cryptography, ServiceIdentity, Treq, Twisted...
authorRomain Naour <romain.naour@gmail.com>
Sun, 22 Aug 2021 09:05:22 +0000 (11:05 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Mon, 23 Aug 2021 22:26:05 +0000 (00:26 +0200)
The python2 support has been removed since the python-idna bump to version 3.2 [1]

[1] 0c7e30b43a5e98abfc8db521a6415b5a5c1c267f

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
support/testing/tests/package/test_python_cryptography.py
support/testing/tests/package/test_python_service_identity.py
support/testing/tests/package/test_python_treq.py
support/testing/tests/package/test_python_twisted.py
support/testing/tests/package/test_python_txtorcon.py

index 14515fcd2d453b759573a5d4ff67090ceabd4ef6..62f0ca0defadf7d4bf6dc1befda349e71e51657e 100644 (file)
@@ -1,17 +1,6 @@
 from tests.package.test_python import TestPythonPackageBase
 
 
-class TestPythonPy2Cryptography(TestPythonPackageBase):
-    __test__ = True
-    config = TestPythonPackageBase.config + \
-        """
-        BR2_PACKAGE_PYTHON=y
-        BR2_PACKAGE_PYTHON_CRYPTOGRAPHY=y
-        """
-    sample_scripts = ["tests/package/sample_python_cryptography.py"]
-    timeout = 40
-
-
 class TestPythonPy3Cryptography(TestPythonPackageBase):
     __test__ = True
     config = TestPythonPackageBase.config + \
index 6aeb77de8cfbe037147fe9e3f66b9fed6f16f2d9..09cfbe0a26f57a392253ff108b9f6ee849d18809 100644 (file)
@@ -1,17 +1,6 @@
 from tests.package.test_python import TestPythonPackageBase
 
 
-class TestPythonPy2ServiceIdentity(TestPythonPackageBase):
-    __test__ = True
-    config = TestPythonPackageBase.config + \
-        """
-        BR2_PACKAGE_PYTHON=y
-        BR2_PACKAGE_PYTHON_SERVICE_IDENTITY=y
-        """
-    sample_scripts = ["tests/package/sample_python_service_identity.py"]
-    timeout = 30
-
-
 class TestPythonPy3ServiceIdentity(TestPythonPackageBase):
     __test__ = True
     config = TestPythonPackageBase.config + \
index e24ae845be5bbe337eef18141719c96f580698ce..d7a23829ea70a6a5757d56707506f3de35390435 100644 (file)
@@ -12,15 +12,6 @@ class TestPythonTreq(TestPythonPackageBase):
         self.assertEqual(exit_code, 0)
 
 
-class TestPythonPy2Treq(TestPythonTreq):
-    __test__ = True
-    config = TestPythonTreq.config + \
-        """
-        BR2_PACKAGE_PYTHON=y
-        BR2_PACKAGE_PYTHON_TREQ=y
-        """
-
-
 class TestPythonPy3Treq(TestPythonTreq):
     __test__ = True
     config = TestPythonTreq.config + \
index a458ee45dd003bcf0a8c431e001d111a33ad8368..e87312db13277dfd6dd14cafb5b8760c3c1cf2cf 100644 (file)
@@ -21,15 +21,6 @@ class TestPythonTwisted(TestPythonPackageBase):
         self.assertEqual(exit_code, 0)
 
 
-class TestPythonPy2Twisted(TestPythonTwisted):
-    __test__ = True
-    config = TestPythonTwisted.config + \
-        """
-        BR2_PACKAGE_PYTHON=y
-        BR2_PACKAGE_PYTHON_TWISTED=y
-        """
-
-
 class TestPythonPy3Twisted(TestPythonTwisted):
     __test__ = True
     config = TestPythonTwisted.config + \
index 1ac2f6919ae843a87ea6dad4136de8b3f684a692..8e74190ee14cd5b5d7c4a5d43a9b3ac08e95200d 100644 (file)
@@ -1,17 +1,6 @@
 from tests.package.test_python import TestPythonPackageBase
 
 
-class TestPythonPy2Txtorcon(TestPythonPackageBase):
-    __test__ = True
-    config = TestPythonPackageBase.config + \
-        """
-        BR2_PACKAGE_PYTHON=y
-        BR2_PACKAGE_PYTHON_TXTORCON=y
-        """
-    sample_scripts = ["tests/package/sample_python_txtorcon.py"]
-    timeout = 30
-
-
 class TestPythonPy3Txtorcon(TestPythonPackageBase):
     __test__ = True
     config = TestPythonPackageBase.config + \