mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
support/testing: remove TestPythonPy2{Cryptography, ServiceIdentity, Treq, Twisted, Txtorcon}
The python2 support has been removed since the python-idna bump to version 3.2 [1]
[1] 0c7e30b43a
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
2a48a6ee9d
commit
26f6110740
@@ -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 + \
|
||||
|
||||
Reference in New Issue
Block a user